We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb54df commit 38474f5Copy full SHA for 38474f5
.github/workflows/main.yaml
@@ -14,6 +14,7 @@ jobs:
14
runs-on: ubuntu-latest-16-cores
15
steps:
16
- uses: actions/checkout@v4
17
+ - run: docker compose up pubsub -d
18
- uses: asdf-vm/actions/setup@v3
19
- id: asdf-cache
20
uses: actions/cache@v4
docker-compose.yml
@@ -32,7 +32,7 @@ services:
32
- start
33
- --host-port=0.0.0.0:8085
34
ports:
35
- - 3004:8085
+ - "3004:8085"
36
37
jaeger:
38
image: jaegertracing/all-in-one:latest
0 commit comments