Skip to content

Commit

Permalink
Reduce log size in CI runs by suppressing download transfer progress
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk authored and fedinskiy committed Sep 9, 2024
1 parent e95489e commit ab01e94
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 @@ -18,6 +18,6 @@ jobs:
check-latest: true
cache: 'maven'
- name: Build with Maven
run: mvn -s .github/mvn-settings.xml clean test -Dts.limit-extensions=1
run: mvn -ntp -s .github/mvn-settings.xml clean test -Dts.limit-extensions=1
- name: Verify extension that needs special properties
run: mvn -s .github/mvn-settings.xml clean test -Dts.includes-combinations-only-with-extensions=oidc -Dts.limit-extensions=1
run: mvn -ntp -s .github/mvn-settings.xml clean test -Dts.includes-combinations-only-with-extensions=oidc -Dts.limit-extensions=1

0 comments on commit ab01e94

Please sign in to comment.