diff --git a/.github/workflows/continuous-integration-build-mvn.yml b/.github/workflows/continuous-integration-build-mvn.yml index f89f620..421f343 100644 --- a/.github/workflows/continuous-integration-build-mvn.yml +++ b/.github/workflows/continuous-integration-build-mvn.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file /backend/pom.xml + run: mvn -B package --file backend/pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph