Skip to content

Commit

Permalink
Disable maven transfer progress output
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 11, 2024
1 parent 5a50fbc commit be0b7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: maven

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

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

0 comments on commit be0b7b6

Please sign in to comment.