Skip to content

feat!: version 13 - dataset evaluators #1950

feat!: version 13 - dataset evaluators

feat!: version 13 - dataset evaluators #1950

Workflow file for this run

name: "Chromatic"
on:
pull_request:
paths:
- "app/src/**"
- "app/stories/**"
- "app/package.json"
- "app/.storybook/**"
- "app/chromatic.config.json"
permissions:
contents: read
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: 22.12.0
- uses: pnpm/action-setup@v4
with:
version: 10.2.0
- name: Install dependencies
working-directory: ./app
run: pnpm install --frozen-lockfile
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: ./app