From 7d9c2848f3540242f9712c92b2580fb6d986ad26 Mon Sep 17 00:00:00 2001 From: coderzc Date: Tue, 19 Nov 2024 16:03:51 +0800 Subject: [PATCH] test --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d392b78d..694456fa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,11 +93,11 @@ jobs: - name: Compile run: mvn clean compile -e -Dmaven.javadoc.skip=true -ntp - - name: Integrate test - run: mvn test -P integrate-test -ntp + - name: Integrate test + run: mvn test -P integrate-test -ntp - - name: Unit test - run: mvn test -P unit-test -ntp + - name: Unit test + run: mvn test -P unit-test -ntp - name: Upload coverage to Codecov uses: codecov/codecov-action@v3