Skip to content

Commit ddca51e

Browse files
authored
add --no-transfer-progress to CI build (#113)
1 parent 3379ee2 commit ddca51e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
restore-keys: ${{ runner.os }}-maven-
3131

3232
- name: Build with Maven
33-
run: mvn test
34-
33+
run: mvn --no-transfer-progress --batch-mode -Dmaven.javadoc.skip=true verify

0 commit comments

Comments
 (0)