Skip to content

Commit 202a882

Browse files
authored
Update unit-test.yml
1 parent ee9b5dd commit 202a882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: ~/.m2
2323
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
2424
- name: Build with Maven
25-
run: mvn -Duser.timezone="Asia/Shanghai" test -Pjava11
25+
run: mvn -Duser.timezone="Asia/Shanghai" test -Pjava11 -q
2626
- name: Codecov
2727
uses: codecov/[email protected]
2828
with:

0 commit comments

Comments
 (0)