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 04dc5a5 commit 29b9a60Copy full SHA for 29b9a60
.github/workflows/ci-java.yml
@@ -35,7 +35,7 @@ jobs:
35
run: ./mvnw clean package -Dgpg.skip
36
- name: Compile integration tests
37
run: ./mvnw -Pintegration-test test-compile compile
38
- - if: ${{ matrix.java == 11 }}
+ - if: ${{ matrix.java != 8 }}
39
name: Check style with Spotless
40
run: ./mvnw spotless:check -Pintegration-test
41
0 commit comments