Skip to content

Commit

Permalink
fix: Add rbq credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 23, 2024
1 parent fe288d4 commit a684f96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- 6379:6379
rabbitmq:
image: rabbitmq:latest
env:
RABBITMQ_DEFAULT_USER: admin
RABBITMQ_DEFAULT_PASS: admin
ports:
- 5672:5672
- 15672:15672
Expand Down

0 comments on commit a684f96

Please sign in to comment.