mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
ci(workflow): remove previous cache step
This commit is contained in:
parent
4fc9204e7a
commit
40c5f66953
5
.github/workflows/tests-unit.yml
vendored
5
.github/workflows/tests-unit.yml
vendored
@ -12,11 +12,6 @@ jobs:
|
||||
node-version: "12.x"
|
||||
cache: yarn
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: node_modules
|
||||
key: yarn-2-cache-v1-${{ hashFiles('**/yarn.lock') }}
|
||||
- name: install, bootstrap
|
||||
run: |
|
||||
yarn install --immutable
|
||||
|
Loading…
x
Reference in New Issue
Block a user