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 d5c3c81 commit 080b363Copy full SHA for 080b363
.github/workflows/test-linux.yml
@@ -27,4 +27,4 @@ jobs:
27
java-version: 1.8
28
29
- name: Test
30
- run: ./mvnw check -Drabbitmqctl.bin=DOCKER:${{job.services.rabbitmq.id}}
+ run: ./mvnw verify -Drabbitmqctl.bin=DOCKER:${{job.services.rabbitmq.id}}
0 commit comments