Skip to content

Commit e64e14e

Browse files
fix: install playwright supported browsers
1 parent e57543f commit e64e14e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Test (Node.js)
3030
run: npm run test
3131

32+
- name: Install Playwright supported browsers
33+
run: npx playwright install
34+
3235
- name: Test (Browsers)
3336
run: npm run test:browsers
3437

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Test (Node.js)
4040
run: npm run test
4141

42+
- name: Install Playwright supported browsers
43+
run: npx playwright install
44+
4245
- name: Test (Browsers)
4346
run: npm run test:browsers
4447

0 commit comments

Comments
 (0)