Skip to content

Run storybook tests on CI #831

Run storybook tests on CI

Run storybook tests on CI #831

Workflow file for this run

name: Linting & tests
on: [push]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.16.1'
- name: Install dependencies ⚙️
run: yarn
- name: Lint 👀
run: yarn lint
- name: Test 🚀
run: yarn test
- name: Build Storybook 📖
run: yarn build-storybook
- name: Storybook Tests (axe-core) ♿️
run: yarn storybook & yarn test-storybook