Skip to content

Commit

Permalink
#196 chore: 워크플로우에 테스트용 yml 파일 생성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
letskuku committed Jun 28, 2024
1 parent f9c3614 commit 5834de0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
echo "${{ secrets.PROPERTIES }}" > ./application.yml
shell: bash

- name: Make application.yml for test
run: |
cd ./src/test/resources
touch ./application.yml
echo "${{ secrets.PROPERTIES_TEST}}" > ./application.yml
shell: bash

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash
Expand Down

0 comments on commit 5834de0

Please sign in to comment.