Skip to content

Commit

Permalink
Tr cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Dec 2, 2019
1 parent 7ef84a0 commit 40cd5d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
with:
api-level: 29
script: ./gradlew connectedCheck

- uses: actions/cache@v1
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-

0 comments on commit 40cd5d6

Please sign in to comment.