We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9b5dd commit 202a882Copy full SHA for 202a882
.github/workflows/unit-test.yml
@@ -22,7 +22,7 @@ jobs:
22
path: ~/.m2
23
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
24
- name: Build with Maven
25
- run: mvn -Duser.timezone="Asia/Shanghai" test -Pjava11
+ run: mvn -Duser.timezone="Asia/Shanghai" test -Pjava11 -q
26
- name: Codecov
27
uses: codecov/[email protected]
28
with:
0 commit comments