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 8cfc7fa commit 25e9e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: yarn
- uses: borales/[email protected]
with:
cmd: yarn test
- uses: borales/[email protected]
with:
cmd: yarn build
- run: npm i yarn
- run: yarn
- run: yarn test
- run: yarn build
- uses: nyaayaya/package-version@v1
with:
path: './package.json'
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
uses: actions/checkout@v2

- name: Build
- uses: borales/[email protected]
with:
cmd: yarn
- uses: borales/[email protected]
with:
cmd: yarn build-storybook
run: |
npm i yarn
yarn
yarn run build-storybook
- name: Deploy to GitHub Pages
uses: Cecilapp/GitHub-Pages-deploy@v3
Expand Down

0 comments on commit 25e9e34

Please sign in to comment.