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 16c86aa commit 1dd1a89Copy full SHA for 1dd1a89
.github/workflows/test-rabbitmq-alphas.yml
@@ -56,13 +56,13 @@ jobs:
56
- name: Test against cluster
57
run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
58
- name: Get cluster logs
59
- if: ${{ failure() && steps.start-cluster.outcome == 'success' }}
+ if: ${{ always() && steps.start-cluster.outcome == 'success' }}
60
run: |
61
docker cp 'rabbitmq0:/var/log/rabbitmq/' .
62
docker cp 'rabbitmq1:/var/log/rabbitmq/' .
63
docker cp 'rabbitmq2:/var/log/rabbitmq/' .
64
- name: Upload cluster logs
65
66
uses: actions/upload-artifact@v4
67
with:
68
name: cluster-logs
0 commit comments