Skip to content

Commit 22b0f3f

Browse files
committed
ci: fix chromatic action
1 parent 26abb5b commit 22b0f3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/test/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ runs:
3232
with:
3333
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
3434
projectToken: ${{ inputs.github_token }}
35+
buildScriptName: story:headless
36+
outputDir: dist/storybook/headless
37+
zip: true
3538

3639
# - name: Build Daisy Theme
3740
# shell: bash

0 commit comments

Comments
 (0)