Skip to content

Commit

Permalink
Install deps needed for Playwright on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Oct 11, 2021
1 parent eeb841e commit 5ee321e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
- name: Test Node
run: npm run test-node
- name: Test browsers
run: npm run test-browser
run: |
sudo npx playwright install-deps
npm run test-browser

0 comments on commit 5ee321e

Please sign in to comment.