diff --git a/.github/workflows/hpi-builder.yml b/.github/workflows/hpi-builder.yml index 23ba789..804196c 100644 --- a/.github/workflows/hpi-builder.yml +++ b/.github/workflows/hpi-builder.yml @@ -61,4 +61,5 @@ jobs: cache: maven - name: Run Unit Tests with Maven - run: ./mvnw test \ No newline at end of file + shell: bash + run: chmod +x mvnw && ./mvnw test \ No newline at end of file