Skip to content

Commit c51768a

Browse files
authored
Remove caching from CI builds
1 parent e5525c9 commit c51768a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
with:
4141
java-version: 1.8
4242

43-
- name: Cache Gradle packages
44-
uses: actions/cache@v2
45-
with:
46-
path: ~/.gradle/caches
47-
key: ${{ runner.os }}-gradle
48-
restore-keys: ${{ runner.os }}-gradle
43+
# - name: Cache Gradle packages
44+
# uses: actions/cache@v2
45+
# with:
46+
# path: ~/.gradle/caches
47+
# key: ${{ runner.os }}-gradle
48+
# restore-keys: ${{ runner.os }}-gradle
4949

5050
- name: Grant execute permission for gradlew
5151
run: chmod +x gradlew

0 commit comments

Comments
 (0)