Skip to content

Merge pull request #10 from vuejs-jp/feature/chromatic-deploy-test #5

Merge pull request #10 from vuejs-jp/feature/chromatic-deploy-test

Merge pull request #10 from vuejs-jp/feature/chromatic-deploy-test #5

Workflow file for this run

name: Chromatic CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
chromatic:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.19.0]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install packages
uses: ./.github/actions/install-packages
- name: Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/ui
exitZeroOnChanges: true
onlyChanged: true