Skip to content

Commit 208d0d6

Browse files
committed
CI: Enable cache for tests
1 parent bd075f5 commit 208d0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Gradle
5555
uses: gradle/actions/setup-gradle@v5
5656
with:
57-
cache-disabled: true
57+
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
5858

5959
- name: Download Artifacts
6060
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)