Skip to content

Commit

Permalink
Run storybook tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Aug 19, 2024
1 parent aff522a commit 06585a9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
with:
node-version: '18.16.1'

- name: Install dependencies ⚙️
run: yarn

- name: Lint 👀
run: |
yarn
yarn lint
run: yarn lint

- name: Test 🚀
run: |
yarn
yarn test
run: yarn test

- name: Build Storybook 📖
run: |
yarn
yarn build-storybook
run: yarn build-storybook

- name: Storybook Tests (axe-core) ♿️
run: yarn storybook & yarn test-storybook

0 comments on commit 06585a9

Please sign in to comment.