mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 07:12:37 +00:00
chore(ci): fix cache key
This commit is contained in:
parent
2c51a65f33
commit
cd9c1cfd44
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -31,12 +31,11 @@ jobs:
|
|||||||
path: .yarn/cache
|
path: .yarn/cache
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-berry-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: yarn # --immutable
|
run: yarn --immutable
|
||||||
|
|
||||||
|
|
||||||
- name: Stub
|
- name: Stub
|
||||||
run: yarn stub
|
run: yarn stub
|
||||||
|
Loading…
Reference in New Issue
Block a user