We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dba50c commit 2754baeCopy full SHA for 2754bae
1 file changed
.github/workflows/chromatic.yml
@@ -31,10 +31,13 @@ jobs:
31
node-version: lts/*
32
cache: true
33
34
+ - name: 🏗️ Build Storybook
35
+ run: vp run build-storybook
36
+
37
- name: 🧪 Run Chromatic Visual and Accessibility Tests
38
uses: chromaui/action@0794e6939fe40ce46a88963f818092afc427da5b # v15.3.0
39
with:
- buildScriptName: vp run build-storybook
40
+ storybookBuildDir: storybook-static
41
env:
42
CHROMATIC_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
43
CHROMATIC_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments