8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9116b2 commit 34e76fcCopy full SHA for 34e76fc
.github/workflows/test.yml
@@ -37,9 +37,9 @@ jobs:
37
uses: actions/cache@v2
38
with:
39
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
40
- key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
+ key: ${{ runner.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
41
restore-keys: |
42
- ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
+ ${{ runner.os }}-node-v${{ matrix.node }}-yarn-
43
${{ runner.OS }}-node-v${{ matrix.node }}-
44
${{ runner.OS }}-
45
0 commit comments