Skip to content

Commit 6a113fb

Browse files
authored
Add --no-transfer-progress to mvn build (#592)
1 parent 4c3b346 commit 6a113fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
java-version: 1.8
1717
- name: Run tests
18-
run: mvn clean test -Plicense-check,all-tests
18+
run: mvn clean test --no-transfer-progress -Plicense-check,all-tests

0 commit comments

Comments
 (0)