Skip to content

Commit

Permalink
Add rabbitmq user/pass
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 27, 2023
1 parent 16fefb8 commit db309ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
ports:
- 5672:5672
- 15672:15672
env:
RABBITMQ_DEFAULT_USER: magento
RABBITMQ_DEFAULT_PASS: magento
options: --health-cmd="rabbitmqctl node_health_check" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
Expand Down

0 comments on commit db309ec

Please sign in to comment.