Skip to content

Commit

Permalink
[#73] infra: CI 확인용 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
5win committed Nov 10, 2024
1 parent 65bc80f commit 7eda1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
DATA_KEY_YML: ${{ secrets.APPLICATION_DATA_YML }}
run: |
echo $DATA_KEY_YML | base64 --decode > src/main/resources/application-data.yml
find src/main/resources
- name: Build with Gradle Wrapper
run: ./gradlew build

0 comments on commit 7eda1dd

Please sign in to comment.