Skip to content

Bump the npm_and_yarn group across 2 directories with 8 updates #2001

Bump the npm_and_yarn group across 2 directories with 8 updates

Bump the npm_and_yarn group across 2 directories with 8 updates #2001

name: Smoke test via yarn on Windows
on: push
permissions:
contents: read
jobs:
chromatic:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: install
run: yarn && git status --porcelain
- name: prep package
run: ./scripts/rename.js storybook-chromatic
- run: yarn build
- name: run chromatic
run: npx -p . chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
env:
LOG_LEVEL: debug
DEBUG: chromatic-cli
CHROMATIC_PROJECT_TOKEN: ${{ secrets.SMOKE_TESTS_CHROMATIC_PROJECT_TOKEN }}