Skip to content

Commit 080b363

Browse files
committed
Fix Maven target in GHA
1 parent d5c3c81 commit 080b363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
java-version: 1.8
2828

2929
- name: Test
30-
run: ./mvnw check -Drabbitmqctl.bin=DOCKER:${{job.services.rabbitmq.id}}
30+
run: ./mvnw verify -Drabbitmqctl.bin=DOCKER:${{job.services.rabbitmq.id}}

0 commit comments

Comments
 (0)