We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e5feb commit f34aeefCopy full SHA for f34aeef
.github/workflows/test-pr.yml
@@ -44,6 +44,8 @@ jobs:
44
run: docker stop rabbitmq && docker rm rabbitmq
45
- name: Start cluster
46
run: ci/start-cluster.sh
47
+ env:
48
+ RABBITMQ_IMAGE: pivotalrabbitmq/rabbitmq:pr-13672-otp27
49
- name: Test against cluster
50
run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
51
- name: Stop cluster
0 commit comments