diff --git a/.github/workflows/pull-request-intergration.yml b/.github/workflows/pull-request-intergration.yml index 71b5cfd5f..719e3965c 100644 --- a/.github/workflows/pull-request-intergration.yml +++ b/.github/workflows/pull-request-intergration.yml @@ -40,7 +40,6 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- - - name: Grant execute permission for gradlew run: chmod +x gradlew @@ -53,7 +52,7 @@ jobs: run: ./gradlew build -x test - name: Test with Gradle - run: ./gradlew test -i -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }} + run: ./gradlew test -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }} - name: Report Test Results