Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: remove yarn storybook github workflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Feb 17, 2020
1 parent b37a436 commit b1ae9b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: |
npm run test
yarn:
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -59,9 +58,6 @@ jobs:
- name: Build
run: |
yarn build
- name: Storybook build
run: |
yarn build-storybook
- name: Run tests
run: |
yarn test:ci

0 comments on commit b1ae9b4

Please sign in to comment.