Skip to content

Commit

Permalink
Fix service container ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jul 30, 2024
1 parent 3c025a7 commit 9493e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
--health-timeout 5s
--health-retries 5
ports:
- 5432
- 5432:5432
rabbitmq:
image: rabbitmq:3.8
env:
RABBITMQ_DEFAULT_USER: guest
RABBITMQ_DEFAULT_PASS: guest
ports:
- 5672
- 5672:5672

strategy:
matrix:
Expand Down

0 comments on commit 9493e83

Please sign in to comment.