Skip to content

update snapshot tests and remove unnecessary 'key' prop from mocked p… #2795

update snapshot tests and remove unnecessary 'key' prop from mocked p…

update snapshot tests and remove unnecessary 'key' prop from mocked p… #2795

Workflow file for this run

name: Chromatic
on:
push:
branches-ignore:
- "dependabot/**"
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
cache: yarn
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_APP_CODE }}