Skip to content

Commit

Permalink
remove rabbitmq management plugin & remove health check
Browse files Browse the repository at this point in the history
  • Loading branch information
zerlok committed Nov 14, 2024
1 parent a000513 commit 752f7ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,9 @@ jobs:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:4.0.2-management-alpine
image: rabbitmq:4.0.2-alpine
ports:
- 5672:5672
options: >-
--health-cmd="curl --fail http://localhost:15672/cli/ > /dev/null"
--health-timeout=30s
--health-retries=3
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 752f7ea

Please sign in to comment.