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 9786933 commit e421e98
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 @@ -50,10 +50,10 @@ jobs:
python-version: 3.8

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

- name: Test with Gradle
run: ./gradlew test -i -Pjasypt.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 e421e98

Please sign in to comment.