Skip to content

Commit

Permalink
Revert "Temporarily disable CI cache to investigate failing build"
Browse files Browse the repository at this point in the history
This reverts commit c104e21.
  • Loading branch information
dturner committed Apr 8, 2024
1 parent 341d1a8 commit be53081
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/blueprints.yaml
Original file line number Diff line number Diff line change
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 be53081

Please sign in to comment.