Skip to content

Commit

Permalink
fix(build): hash yarn.lock for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored May 23, 2020
1 parent 6e869fc commit 307b744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
id: cache-node
with:
path: ~/.npm
key: ${{ runner.os }}-node
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-
- name: Cache Gradle
id: cache-gradle
Expand Down

0 comments on commit 307b744

Please sign in to comment.