Skip to content

Commit

Permalink
feature : Github Action Test Properties 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbeom0925 committed Nov 20, 2023
1 parent 695b083 commit 97794b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
touch ./application-secret.yml
echo "${{ secrets.PROPERTIES_SECRET }}" > ./application-secret.yml
shell: bash
- name: Make test application.yml
run: |
cd ./src/test/resources
touch ./application.yml
echo "${{ secrets.PROPERTIES_SECRET_TEST }}" > ./application.yml
shell: bash
- name: Build and analyze
run: ./gradlew test sonar --info
env:
Expand Down

0 comments on commit 97794b6

Please sign in to comment.