Skip to content

Commit

Permalink
ci: remove caching due to big storage overhead (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-sh authored Jan 20, 2025
1 parent eb4e8df commit 5644e63
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/actions/gradle-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ runs:
distribution: zulu
java-version: 21

- name: Cache Gradle dependencies
uses: actions/cache@v3
with:
path: |
/root/.gradle/caches/modules-2
/root/.gradle/caches/build-cache-1
/root/.gradle/wrapper
!~/.gradle/caches/modules-2/files-*
key: ${{ runner.os }}-gradle-${{ hashFiles('build.gradle', 'gradle.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Test
if: ${{ contains(inputs.steps, 'test') }}
shell: bash
Expand Down

0 comments on commit 5644e63

Please sign in to comment.