Skip to content

Commit 2f23398

Browse files
committed
Maven tweaks for CI
1 parent 5c43659 commit 2f23398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: ${{ matrix.java }}
2929

3030
- name: Install dependencies
31-
run: ./mvnw install -Dmaven.test.skip -Dinvoker.skip
31+
run: ./mvnw install -B -Dmaven.test.skip -Dinvoker.skip
3232

3333
- name: Run tests
34-
run: ./mvnw verify -Pintegration-test
34+
run: ./mvnw verify -B -X -Pintegration-test

0 commit comments

Comments
 (0)