Skip to content

Commit

Permalink
Update checkBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed May 7, 2024
1 parent 7d5b4f5 commit 320db9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
cache: 'maven'

- name: Build with Maven
# Java 17 is required for running integration tests
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' }}

- name: Check for uncommited changes
run: |
Expand Down

0 comments on commit 320db9c

Please sign in to comment.