From 265629b3c8a1851fa7662ea123a851b14b367544 Mon Sep 17 00:00:00 2001 From: lcaohoanq Date: Sat, 7 Dec 2024 00:05:21 +0700 Subject: [PATCH] fix: fix for nesting server --- .../springboot/.github => .github}/workflows/unit-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename {SPCServer/springboot/.github => .github}/workflows/unit-test.yml (81%) diff --git a/SPCServer/springboot/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml similarity index 81% rename from SPCServer/springboot/.github/workflows/unit-test.yml rename to .github/workflows/unit-test.yml index 4ceefe8..67d642e 100644 --- a/SPCServer/springboot/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -19,6 +19,9 @@ jobs: cache: maven - name: Run All Unit Tests + working-directory: ./SPCServer/springboot run: mvn -B clean test --file pom.xml env: - SPRING_PROFILES_ACTIVE: test \ No newline at end of file + SPRING_PROFILES_ACTIVE: test + +