Skip to content

Commit

Permalink
try to run the pubsub emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Feb 9, 2024
1 parent 3bb54df commit 38474f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v4
- run: docker compose up pubsub -d
- uses: asdf-vm/actions/setup@v3
- id: asdf-cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- start
- --host-port=0.0.0.0:8085
ports:
- 3004:8085
- "3004:8085"

jaeger:
image: jaegertracing/all-in-one:latest
Expand Down

0 comments on commit 38474f5

Please sign in to comment.