Uses verify phase instead of just test to run integration tests

This commit is contained in:
Lukasz Lenart
2023-08-17 11:10:23 +02:00
parent 2db7c0439e
commit f58d0f3cc8
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ jobs:
distribution: adopt
java-version: ${{ matrix.java }}
- name: Build with Maven on Java ${{ matrix.java }}
run: mvn -B -V -DskipAssembly test --no-transfer-progress
if: matrix.java != '17'
run: mvn -B -V -DskipAssembly verify --no-transfer-progress
- name: Code coverage on Java ${{ matrix.java }}
if: matrix.java == '17'
env: