why is cache enabled again ??
Some checks failed
Format / formatting (push) Successful in 5s
Build / build (push) Failing after 38s
CI / build (push) Successful in 11s

This commit is contained in:
Pierre Tellier 2025-04-16 11:29:09 +02:00
parent 7df2c768c8
commit 0140672812

View File

@ -25,7 +25,8 @@ jobs:
- name: Setup Gradle - name: Setup Gradle
uses: gradle/actions/setup-gradle@v4 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 - name: init gradle
working-directory: ./MyINPulse-back/ working-directory: ./MyINPulse-back/
run: ./gradlew build # todo: run test, currently fail because no database is present run: ./gradlew build # todo: run test, currently fail because no database is present