mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(ci): run yarn install for making sure all packages installed (#6866)
This commit is contained in:
parent
8a78768fb1
commit
7d4b1519e8
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -38,12 +38,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
|
||||
|
||||
- name: install
|
||||
if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
|
||||
run: yarn --frozen-lockfile --non-interactive
|
||||
|
||||
- name: postinstall
|
||||
if: steps.node_modules_cache_id.outputs.cache-hit == 'true'
|
||||
run: yarn postinstall
|
||||
run: yarn --check-files --frozen-lockfile --non-interactive
|
||||
|
||||
- name: cache workspace
|
||||
uses: actions/cache@v1
|
||||
|
Loading…
Reference in New Issue
Block a user