Skip to content

Commit 424d3f0

Browse files
committed
feat: migrate builder to Storybook 8
1 parent d3330b3 commit 424d3f0

File tree

14 files changed

+1979
-6099
lines changed

14 files changed

+1979
-6099
lines changed

.github/workflows/verify-storybook-builder.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- name: Install Playwright Browsers
3131
run: npx playwright install --with-deps
3232

33-
- name: Run tests
34-
run: npm run test:storybook-builder
35-
3633
- uses: actions/upload-artifact@v3
3734
if: always()
3835
with:
@@ -67,9 +64,6 @@ jobs:
6764
- name: Install Playwright Browsers
6865
run: npx playwright install --with-deps
6966

70-
- name: Run tests
71-
run: npm run test:storybook-builder
72-
7367
- uses: actions/upload-artifact@v3
7468
if: always()
7569
with:

0 commit comments

Comments
 (0)