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 211520a commit d02c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./gradlew build -x test -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }}

- name: Test with Gradle
run: ./gradlew test -Dspring.flyway.enabled=false -Dspring.flyway.baseline-on-migrate=false -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }}
run: ./gradlew test -i -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }}


- name: Report Test Results
Expand Down

0 comments on commit d02c983

Please sign in to comment.