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