From c104e213cbfe6176317ab402f2b9683026feba4e Mon Sep 17 00:00:00 2001 From: Don Turner Date: Mon, 8 Apr 2024 17:02:48 +0100 Subject: [PATCH] Temporarily disable CI cache to investigate failing build --- .github/workflows/blueprints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/blueprints.yaml b/.github/workflows/blueprints.yaml index 41caf6a42..195e5a5a5 100644 --- a/.github/workflows/blueprints.yaml +++ b/.github/workflows/blueprints.yaml @@ -27,13 +27,13 @@ jobs: with: java-version: 17 - - uses: actions/cache@v2 - with: - path: | - ~/.gradle/caches/modules-* - ~/.gradle/caches/jars-* - ~/.gradle/caches/build-cache-* - key: gradle-${{ hashFiles('checksum.txt') }} + #- uses: actions/cache@v2 + # with: + # path: | + #~/.gradle/caches/modules-* + #~/.gradle/caches/jars-* + #~/.gradle/caches/build-cache-* + #key: gradle-${{ hashFiles('checksum.txt') }} - name: Build project and UnitTest run: ./gradlew assembleDebug compileDebugUnitTestKotlin