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 34e76fc commit f43da5dCopy full SHA for f43da5d
.github/workflows/test.yml
@@ -37,11 +37,11 @@ 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 }}-yarn-${{ hashFiles('**/yarn.lock') }}
+ key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
41
restore-keys: |
42
- ${{ runner.os }}-node-v${{ matrix.node }}-yarn-
43
- ${{ runner.OS }}-node-v${{ matrix.node }}-
44
- ${{ runner.OS }}-
+ ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-
+ ${{ matrix.os }}-node-v${{ matrix.node }}-
+ ${{ matrix.os }}-
45
46
- name: Install dependencies
47
run: yarn install --check-files --frozen-lockfile --non-interactive
0 commit comments