Skip to content

Commit

Permalink
fix(actions): install playwright before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Sep 26, 2023
1 parent c152531 commit 0541600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
working-directory: packages/design-system
run: npm run build

- name: Install Playwright
run: npx playwright install

- name: Build Storybook Design System
working-directory: packages/design-system
run: npm run build-storybook --quiet
Expand Down

0 comments on commit 0541600

Please sign in to comment.