Skip to content

Commit 923170b

Browse files
committed
ci: fix storybook
1 parent fa550f4 commit 923170b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/test/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ runs:
2626
shell: bash
2727
run: npx nx build headless
2828

29+
- name: Build storybook
30+
shell: bash
31+
run: npx nx build-storybook headless
32+
2933
- name: Publish to Chromatic
3034
uses: chromaui/action@v1
3135
# Chromatic GitHub Action options
3236
with:
3337
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
3438
projectToken: ${{ inputs.chromatic_token }}
35-
buildScriptName: story:headless
3639
storybookBuildDir: dist/storybook/headless
3740
zip: true
3841

0 commit comments

Comments
 (0)