Skip to content

Commit 847a0bc

Browse files
committed
feat: Add Storybook build step to GitHub Actions workflow
1 parent 9421732 commit 847a0bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- run: pnpm install
2020
- name: Install Cypress
2121
run: pnpx cypress install
22+
- name: Build Storybook
23+
run: pnpm run build-storybook
2224
- name: Run Cypress tests
2325
run: |
2426
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \

0 commit comments

Comments
 (0)