ci: remove caching step from CI workflow
All checks were successful
CI / Checkstyle Main (pull_request) Successful in 2m28s
CI / eslint (pull_request) Successful in 24s
CI / prettier (pull_request) Successful in 19s
CI / test-build (pull_request) Successful in 43s

This commit is contained in:
We ball 2025-02-19 09:20:43 +01:00
parent 695a1073a9
commit 1c5f5524fa
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -17,16 +17,6 @@ jobs:
with:
distribution: "temurin"
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"
working-directory: ./backend
run: gradle clean