Skip to content

Commit

Permalink
RabbitMQ Health Check fo test
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed May 13, 2023
1 parent 63d0e08 commit 0004ebe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
ports:
- "5672:5672"
options: >-
--health-cmd="rabbitmq-diagnostics status"
--health-interval=10s
--health-timeout=5s
--health-retries=5
--health-cmd "rabbitmq-diagnostics status"
--health-interval "10s"
--health-timeout "1s"
--health-retries "5"
--health-start-period 15s
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0004ebe

Please sign in to comment.