From bd6b36e65ce49f6b641cc1249a8e74ea899f27aa Mon Sep 17 00:00:00 2001 From: Arabasta Date: Sat, 13 Jul 2024 22:20:37 +0800 Subject: [PATCH] ci: removed -D skiptests --- .github/workflows/ci_spring_backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_spring_backend.yml b/.github/workflows/ci_spring_backend.yml index 4a183af..88ba5a2 100644 --- a/.github/workflows/ci_spring_backend.yml +++ b/.github/workflows/ci_spring_backend.yml @@ -26,4 +26,4 @@ jobs: - name: Build with Maven working-directory: ./spring_backend - run: mvn -B package --file pom.xml -D skipTests \ No newline at end of file + run: mvn -B package --file pom.xml \ No newline at end of file