diff --git a/.github/workflows/hpi-builder.yml b/.github/workflows/hpi-builder.yml index 0e96543..23ba789 100644 --- a/.github/workflows/hpi-builder.yml +++ b/.github/workflows/hpi-builder.yml @@ -61,4 +61,4 @@ jobs: cache: maven - name: Run Unit Tests with Maven - run: ./mvn test \ No newline at end of file + run: ./mvnw test \ No newline at end of file