Skip to content

Commit

Permalink
Update pull-request-intergration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 authored Feb 24, 2024
1 parent e421e98 commit 0f58a31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 0f58a31

Please sign in to comment.