chore(ci): fix cache key

This commit is contained in:
Pooya Parsa 2021-04-09 17:58:43 +02:00
parent 2c51a65f33
commit cd9c1cfd44
1 changed files with 2 additions and 3 deletions

View File

@ -31,12 +31,11 @@ jobs:
path: .yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-berry-
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: yarn # --immutable
run: yarn --immutable
- name: Stub
run: yarn stub