No progress information for Maven

This commit is contained in:
Nanne Baars
2021-12-19 14:46:33 +01:00
committed by Nanne Baars
parent ac4b06f11b
commit a42f8fcf75
3 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ jobs:
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ubuntu-latest-m2
- name: Test with Maven
run: mvn install -DskipTests
run: mvn --no-transfer-progress install -DskipTests
testing:
if: "github.repository != 'WebGoat/WebGoat'"
@@ -34,8 +34,8 @@ jobs:
strategy:
matrix:
args:
- mvn -pl '!webgoat-integration-tests' test
- mvn -pl webgoat-integration-tests test
- mvn --no-transfer-progress -pl '!webgoat-integration-tests' test
- mvn --no-transfer-progress -pl webgoat-integration-tests test
steps:
- uses: actions/checkout@v2
- name: set up JDK 17