Skip to content

Commit

Permalink
feat: github에 push 할 시, test 자동화 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
govl6113 committed Jul 27, 2023
1 parent 9163044 commit 899503b
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
run: ./gradlew test --jasypt.encryptor.password=${{ secret.JASYPT_PASSWORD }}

0 comments on commit 899503b

Please sign in to comment.