We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1febe33 commit 5dba50cCopy full SHA for 5dba50c
1 file changed
.github/workflows/chromatic.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: 🧪 Run Chromatic Visual and Accessibility Tests
35
uses: chromaui/action@0794e6939fe40ce46a88963f818092afc427da5b # v15.3.0
36
+ with:
37
+ buildScriptName: vp run build-storybook
38
env:
39
CHROMATIC_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
40
CHROMATIC_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments