Skip to content

Commit

Permalink
Merge pull request #39 from Capstone-MediScan/develop
Browse files Browse the repository at this point in the history
[Fix]: ci.yml 수정 (#38)
  • Loading branch information
sejineer authored Jun 1, 2024
2 parents f4f6dda + 5b1ebe2 commit 694124f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
mkdir -p storage/db-core/src/main/resources
touch storage/db-core/src/main/resources/db-core.yml
echo "${{ secrets.DB_CORE_YML }}" > storage/db-core/src/main/resources/db-core.yml
mkdir -p clients/client/src/main/resources
touch clients/client/src/main/resources/client.yml
echo "${{ secrets.CLEINT_YML }}" > clients/client/src/main/resources/client.yml
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
Expand Down

0 comments on commit 694124f

Please sign in to comment.