From b8d1c011fb3a248e0436be98bfb894ea470349d0 Mon Sep 17 00:00:00 2001 From: laynexiong Date: Mon, 18 Dec 2023 11:26:24 +0800 Subject: [PATCH] fix: ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde6595e3..9287966a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Test with Maven - run: mvn clean install -B -U --file pom.xml + run: mvn clean test -B -U --file pom.xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: