Skip to content

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

Bump the npm_and_yarn group across 2 directories with 8 updates

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

name: Smoke test via node api
on: push
permissions:
contents: read
jobs:
self-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: latest
- run: yarn
- name: run chromatic via node
run: ./scripts/run-via-node.mjs
env:
LOG_LEVEL: debug
DEBUG: chromatic-cli
CHROMATIC_PROJECT_TOKEN: ${{ secrets.SMOKE_TESTS_CHROMATIC_PROJECT_TOKEN }}