Skip to content

Commit 1e09d5b

Browse files
committed
ci: disabled storybook for now
1 parent 69679e8 commit 1e09d5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/test/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ 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
29+
# - name: Build storybook
30+
# shell: bash
31+
# run: npx nx build-storybook headless
3232

3333
- name: Run Cypress component tests
3434
uses: cypress-io/github-action@v5

0 commit comments

Comments
 (0)