Skip to content

Commit e5525c9

Browse files
authored
Update CI Test Action (Cache key)
1 parent de332d9 commit e5525c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/cache@v2
4545
with:
4646
path: ~/.gradle/caches
47-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
47+
key: ${{ runner.os }}-gradle
4848
restore-keys: ${{ runner.os }}-gradle
4949

5050
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)