Skip to content

Commit be0b7b6

Browse files
committed
Disable maven transfer progress output
1 parent 5a50fbc commit be0b7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: maven
3030

3131
- name: Install dependencies
32-
run: ./mvnw install -B -Dmaven.test.skip -Dinvoker.skip
32+
run: ./mvnw -ntp install -B -Dmaven.test.skip -Dinvoker.skip
3333

3434
- name: Run tests
35-
run: ./mvnw verify -B -Pintegration-test
35+
run: ./mvnw -ntp verify -B -Pintegration-test

0 commit comments

Comments
 (0)