From 1ab182987e361933a223adf44ae874b8e8e47813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=9D=86?= Date: Sat, 12 Oct 2024 17:23:13 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4=20Travis=EF=BC=8C?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=BA=20GitHub=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mvn-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mvn-test.yml b/.github/workflows/mvn-test.yml index 64645fc..99c441b 100644 --- a/.github/workflows/mvn-test.yml +++ b/.github/workflows/mvn-test.yml @@ -18,4 +18,4 @@ jobs: java -version mvn -v - - run: mvn --batch-mode --update-snapshots clean test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}" + - run: mvn --batch-mode --update-snapshots test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}" -X