Skip to content

Commit

Permalink
fix: CI build force-ui before building the storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Oct 18, 2024
1 parent 7666152 commit cf541b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: npm install
- name: Install Playwright
run: npx playwright install --with-deps
- name: Build force-ui
run: npm run build --silent
- name: Build Storybook
run: npm run build-storybook --silent
- name: Serve Storybook and run tests
Expand Down

0 comments on commit cf541b1

Please sign in to comment.