Skip to content

Merge pull request #1157 from cultuurnet/feature/III-6948-event-previ… #4143

Merge pull request #1157 from cultuurnet/feature/III-6948-event-previ…

Merge pull request #1157 from cultuurnet/feature/III-6948-event-previ… #4143

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
if: github.actor != 'dependabot-preview[bot]'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
buildScriptName: 'storybook:build'