Skip to content

Commit 1863dce

Browse files
authored
Use a different rabbitmq github action to fix intermittent pipeline failures. (#20)
1 parent 830ac8f commit 1863dce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
- uses: supercharge/[email protected]
1818
with:
1919
redis-version: 7
20-
- uses: namoshek/rabbitmq-github-action@v1
20+
- uses: nijel/rabbitmq-action@v1.0.0
2121
with:
22-
version: '4.1.1'
23-
ports: '5672:5672'
22+
rabbitmq version: '4.1.1-management'
2423
- run: go test -count=1 -v ./...
2524
lint:
2625
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)