Skip to content

Commit 5ee321e

Browse files
committedOct 11, 2021
Install deps needed for Playwright on Github Actions
1 parent eeb841e commit 5ee321e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/pr.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
- name: Test Node
2121
run: npm run test-node
2222
- name: Test browsers
23-
run: npm run test-browser
23+
run: |
24+
sudo npx playwright install-deps
25+
npm run test-browser

0 commit comments

Comments
 (0)
Please sign in to comment.