Skip to content

Bump the npm_and_yarn group across 2 directories with 7 updates #2000

Bump the npm_and_yarn group across 2 directories with 7 updates

Bump the npm_and_yarn group across 2 directories with 7 updates #2000

Workflow file for this run

name: Chromatic
on: push
permissions:
contents: read
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: install
run: yarn install --frozen-lockfile
- uses: chromaui/action@latest
with:
exitOnceUploaded: true
onlyChanged: true
traceChanged: true
diagnostics: true
debug: true
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- uses: actions/upload-artifact@v2
if: always()
with:
name: chromatic-build-artifacts-${{ github.run_id }}
path: |
chromatic-diagnostics.json
**/build-storybook.log