ci: remove caching step from CI workflow
This commit is contained in:
parent
695a1073a9
commit
1c5f5524fa
1 changed files with 0 additions and 10 deletions
|
@ -17,16 +17,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
java-version: "22"
|
java-version: "22"
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
|
||||||
working-directory: ./backend
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.gradle/caches
|
|
||||||
~/.gradle/wrapper
|
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-gradle-
|
|
||||||
- name: "Prepare Gradle"
|
- name: "Prepare Gradle"
|
||||||
working-directory: ./backend
|
working-directory: ./backend
|
||||||
run: gradle clean
|
run: gradle clean
|
||||||
|
|
Reference in a new issue