Skip to content

test: add tag ui components test #9

test: add tag ui components test

test: add tag ui components test #9

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
uses: pnpm/[email protected]
with:
version: 8.7.4
- run: pnpm i --frozen-lockfile
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true
buildScriptName: 'build-storybook'