Skip to content

Commit

Permalink
[GHA] Add missing no transfer progress switch
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 1, 2024
1 parent a495962 commit 035c227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/it-maven-3.6.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Load Maven 3.6.3
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=3.6.3 --no-transfer-progress
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3 --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=3.6.3

0 comments on commit 035c227

Please sign in to comment.