Skip to content

Commit 9348614

Browse files
committed
Do not run Spotbugs when testing supported Java versions
Spotbugs does not always support the latest JDK and it is run in another workflow anyway.
1 parent e68247c commit 9348614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-supported-java-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: ./mvnw --version
3636
- name: Test
3737
run: |
38-
./mvnw verify -Drabbitmqctl.bin=DOCKER:rabbitmq
38+
./mvnw verify -Drabbitmqctl.bin=DOCKER:rabbitmq -Dspotbugs.skip=true
3939
- name: Stop broker
4040
run: docker stop rabbitmq && docker rm rabbitmq

0 commit comments

Comments
 (0)