Skip to content

Commit

Permalink
chore: ci.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed May 27, 2024
1 parent 1bccedd commit 303928b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: ktlintCheck
# - name: create .env file
# run: |
# mkdir -p .storage/src/main/resources
# touch .storage/src/main/resources/db-core.yml
# echo "${{ secrets.DB_CORE_YML }}" >> storage/src/main/resources/db-core.yml
- name: create .env file
run: |
mkdir -p .storage/src/main/resources
touch .storage/src/main/resources/db-core.yml
echo "${{ secrets.DB_CORE_YML }}" >> storage/src/main/resources/db-core.yml
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
Expand Down

0 comments on commit 303928b

Please sign in to comment.