diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1717f2b60..c333b7963 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,4 +27,4 @@ jobs: - name: Build User Settings service run: mvn -B package --file user-settings-service/pom.xml - name: Build Assertion service - run: mvn -B package --file assertion-service/pom.xml + run: mvn -B package --file assertion-services/pom.xml