Skip to content

Add Storybook tests #34

Add Storybook tests

Add Storybook tests #34

Workflow file for this run

name: Test
on:
pull_request:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-22.04-2core-arm64
steps:
- uses: actions/checkout@v4
- name: Install deps
run: yarn && yarn playwright install --with-deps
- name: Run unit tests
run: yarn test
- name: Build Storybook
run: yarn storybook:build
- name: Run Storybook tests
run: yarn storybook:test-ci