Skip to content

Commit

Permalink
Temporarily disable CI cache to investigate failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Apr 8, 2024
1 parent e8f59b5 commit c104e21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/blueprints.yaml
Expand Up @@ -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
Expand Down

0 comments on commit c104e21

Please sign in to comment.