Skip to content

Commit 38474f5

Browse files
try to run the pubsub emulator
1 parent 3bb54df commit 38474f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest-16-cores
1515
steps:
1616
- uses: actions/checkout@v4
17+
- run: docker compose up pubsub -d
1718
- uses: asdf-vm/actions/setup@v3
1819
- id: asdf-cache
1920
uses: actions/cache@v4

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- start
3333
- --host-port=0.0.0.0:8085
3434
ports:
35-
- 3004:8085
35+
- "3004:8085"
3636

3737
jaeger:
3838
image: jaegertracing/all-in-one:latest

0 commit comments

Comments
 (0)