Skip to content

Commit

Permalink
feat(store): github action 테스트 자동화 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
ympark99 committed Aug 9, 2023
1 parent f835ff5 commit bc0d252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: chmod +x gradlew

- name: 3. test with gradle
run: ./gradlew test --jasypt.encryptor.password=${{ secrets.JASYPT_PASSWORD }}
run: ./gradlew test -Djasypt.encryptor.password=${{secrets.JASYPT_PASSWORD}}

0 comments on commit bc0d252

Please sign in to comment.