Skip to content

Commit 95c64ac

Browse files
committed
Fix workflows yml
1 parent 0316a08 commit 95c64ac

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- run: npm ci
16-
- run: npm test
17-
- run: npm run build
15+
- uses: borales/[email protected]
16+
- run: yarn
17+
- run: yarn test
18+
- run: yarn build
1819
- uses: nyaayaya/package-version@v1
1920
with:
2021
path: './package.json'
@@ -38,4 +39,3 @@ jobs:
3839
},
3940
},
4041
]
41-

.github/workflows/storybook.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
uses: actions/checkout@v2
1313

1414
- name: Build
15+
- uses: borales/[email protected]
1516
run: |
16-
npm i
17-
npm run build-storybook
17+
yarn
18+
yarn build-storybook
1819
1920
- name: Deploy to GitHub Pages
2021
uses: Cecilapp/GitHub-Pages-deploy@v3

0 commit comments

Comments
 (0)