From 01406728126fc635e543ef3fec11a06ba42ae742 Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Wed, 16 Apr 2025 11:29:09 +0200 Subject: [PATCH] why is cache enabled again ?? --- .gitea/workflows/build-back.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-back.yaml b/.gitea/workflows/build-back.yaml index 5eed28f..c0e8baf 100644 --- a/.gitea/workflows/build-back.yaml +++ b/.gitea/workflows/build-back.yaml @@ -25,7 +25,8 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - + with: + cache-disabled: true # Once the code has been pushed once in main, this should be reenabled. - name: init gradle working-directory: ./MyINPulse-back/ run: ./gradlew build # todo: run test, currently fail because no database is present