We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5b4f5 commit 320db9cCopy full SHA for 320db9c
.github/workflows/checkBuild.yml
@@ -43,8 +43,8 @@ jobs:
43
cache: 'maven'
44
45
- name: Build with Maven
46
- # Java 17 is required for running integration tests
47
- run: ./mvnw -B clean package ${{ matrix.java >=17 && '-P run-integration-tests' || '' }}
+ # Java 17 is required for tests
+ run: ./mvnw -B clean package ${{ matrix.java >=17 && '-P run-integration-tests' || '-Dmaven.test.skip=true' }}
48
49
- name: Check for uncommited changes
50
run: |
0 commit comments