Skip to content

chore(deps-dev): bump @storybook/testing-library from 0.1.0 to 0.2.1 #969

chore(deps-dev): bump @storybook/testing-library from 0.1.0 to 0.2.1

chore(deps-dev): bump @storybook/testing-library from 0.1.0 to 0.2.1 #969

Workflow file for this run

# .github/workflows/chromatic.yml
name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true