Skip to content

Properly check storybookBaseDir against repository root rather than c… #2003

Properly check storybookBaseDir against repository root rather than c…

Properly check storybookBaseDir against repository root rather than c… #2003

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