Skip to content

fix tests

fix tests #299

Workflow file for this run

name: Chromatic (Storybook)
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Chromatic
uses: chromaui/action@latest
with:
# Make sure to configure a `CHROMATIC_PROJECT_TOKEN` repository secret
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true
exitZeroOnChanges: true # 👈 Option to prevent the workflow from failing even when stories have errors