Skip to content

Commit

Permalink
install playwright in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ntraut committed May 22, 2024
1 parent fd89974 commit c20c147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npx playwright install --with-deps
- run: |
npm run storybook &
sleep 5
Expand Down

0 comments on commit c20c147

Please sign in to comment.