Add chromatic
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: 'Chromatic'
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: front/
|
||||
run: yarn
|
||||
|
||||
- name: Publish to Chromatic
|
||||
uses: chromaui/action@v1
|
||||
with:
|
||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||
workingDir: front/
|
||||
Reference in New Issue
Block a user