Skip to content

Commit 8cfc7fa

Browse files
committed
Fix workflows yml
1 parent 95c64ac commit 8cfc7fa

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/workflows/main.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: borales/[email protected]
16-
- run: yarn
17-
- run: yarn test
18-
- run: yarn build
16+
with:
17+
cmd: yarn
18+
- uses: borales/[email protected]
19+
with:
20+
cmd: yarn test
21+
- uses: borales/[email protected]
22+
with:
23+
cmd: yarn build
1924
- uses: nyaayaya/package-version@v1
2025
with:
2126
path: './package.json'

.github/workflows/storybook.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313

1414
- name: Build
1515
- uses: borales/[email protected]
16-
run: |
17-
yarn
18-
yarn build-storybook
16+
with:
17+
cmd: yarn
18+
- uses: borales/[email protected]
19+
with:
20+
cmd: yarn build-storybook
1921

2022
- name: Deploy to GitHub Pages
2123
uses: Cecilapp/GitHub-Pages-deploy@v3

0 commit comments

Comments
 (0)