Skip to content

Commit

Permalink
fix: gradle cache key 변경 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Nov 21, 2023
1 parent a6325f6 commit d8e96ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
- name: Cache Gradle packages
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '*.gradle*') }}
restore-keys: ${{ runner.os }}-gradle

# 빌드, ktlint check도 진행됨
Expand Down

0 comments on commit d8e96ac

Please sign in to comment.