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 ea81dec commit dbb6254Copy full SHA for dbb6254
.github/workflows/test-rabbitmq-alphas.yml
@@ -54,7 +54,7 @@ jobs:
54
env:
55
RABBITMQ_IMAGE: ${{ matrix.rabbitmq-image }}
56
- name: Test against cluster
57
- run: ./mvnw test -Dtest="ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
+ run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
58
- name: Get cluster logs
59
if: ${{ steps.start-cluster.outcome == 'success' }}
60
run: |
0 commit comments