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 a347c64 commit cdf103dCopy full SHA for cdf103d
.github/workflows/test-pr.yml
@@ -30,7 +30,7 @@ jobs:
30
run: ./mvnw --version
31
- name: Test
32
run: |
33
- ./mvnw verify -Drabbitmqctl.bin=DOCKER:rabbitmq --no-transfer-progress \
+ ./mvnw test -Drabbitmqctl.bin=DOCKER:rabbitmq --no-transfer-progress \
34
-Dca.certificate=./tls-gen/basic/result/ca_certificate.pem \
35
-Dclient.certificate=./tls-gen/basic/result/client_$(hostname)_certificate.pem \
36
-Dclient.key=./tls-gen/basic/result/client_$(hostname)_key.pem \
0 commit comments