Skip to content

Chromatic

Chromatic #821

Workflow file for this run

name: Chromatic
on:
workflow_dispatch:
pull_request_review:
types: [submitted]
jobs:
test:
# if: github.event.action == 'workflow_dispatch' || (github.event.action == 'pull_request_review' && github.event.review.state == 'approved')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
echo "${{ github.event.action }}"
# npm ci
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}