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 canary
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/*
- run: rm -rf subdir # remove conflicting subproject
- run: yarn set version canary
- name: install
run: yarn install
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- 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 }}