Skip to content

Merge pull request #1062 from chromaui/cody/cap-2259-enable-unicornfi… #1160

Merge pull request #1062 from chromaui/cody/cap-2259-enable-unicornfi…

Merge pull request #1062 from chromaui/cody/cap-2259-enable-unicornfi… #1160

name: Smoke test via Node 20
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: 20
- run: corepack enable
- run: yarn
- run: yarn build
- uses: ./
with:
buildScriptName: build-test-storybook
exitZeroOnChanges: true
forceRebuild: true
onlyChanged: true
env:
LOG_LEVEL: debug
DEBUG: chromatic-cli
CHROMATIC_PROJECT_TOKEN: ${{ secrets.SMOKE_TESTS_CHROMATIC_PROJECT_TOKEN }}