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 0f58a31 commit 211520a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
python-version: 3.8

- name: Build with Gradle
run: ./gradlew build -x test
run: ./gradlew build -x test -Djasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }}

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


- name: Report Test Results
Expand Down

0 comments on commit 211520a

Please sign in to comment.