Skip to content

Commit

Permalink
Fix workflows yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuba committed Dec 8, 2021
1 parent 95c64ac commit 8cfc7fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
- run: yarn
- run: yarn test
- run: yarn build
with:
cmd: yarn
- uses: borales/[email protected]
with:
cmd: yarn test
- uses: borales/[email protected]
with:
cmd: yarn build
- uses: nyaayaya/package-version@v1
with:
path: './package.json'
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:

- name: Build
- uses: borales/[email protected]
run: |
yarn
yarn build-storybook
with:
cmd: yarn
- uses: borales/[email protected]
with:
cmd: yarn build-storybook

- name: Deploy to GitHub Pages
uses: Cecilapp/GitHub-Pages-deploy@v3
Expand Down

0 comments on commit 8cfc7fa

Please sign in to comment.