Skip to content

Commit

Permalink
refactor: ci 최적화
Browse files Browse the repository at this point in the history
  • Loading branch information
kanguk01 committed Oct 31, 2024
1 parent b9c2407 commit dd1b9a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/caches/modules-2/files-2.1
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
key: gradle-${{ runner.os }}-${{ hashFiles('build.gradle', 'settings.gradle') }}
restore-keys: |
gradle-${{ runner.os }}-
- name: Decode env.properties from GitHub Secrets
run: |
echo "${{ secrets.ENV_FILE }}" | base64 --decode > ./src/main/resources/env.properties
Expand Down

0 comments on commit dd1b9a8

Please sign in to comment.