mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
ci(workflow): moved up acions/checkout step in 'test-unit.yml'
This commit is contained in:
parent
f37c15c8de
commit
f7d34723b8
2
.github/workflows/tests-unit.yml
vendored
2
.github/workflows/tests-unit.yml
vendored
@ -7,11 +7,11 @@ jobs:
|
||||
name: Core Unit Tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "12.x"
|
||||
cache: yarn
|
||||
- uses: actions/checkout@v2
|
||||
- name: install, bootstrap
|
||||
run: |
|
||||
yarn install --immutable
|
||||
|
Loading…
x
Reference in New Issue
Block a user