Skip to content

Commit 993b36d

Browse files
authored
ci: install playwright for browser tests (#106)
1 parent eb5fae1 commit 993b36d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Install dependencies
7373
run: npm i
7474

75+
- name: Install Playwright
76+
run: npx playwright install
77+
7578
- name: Run tests
7679
run: npm run test:browser
7780

0 commit comments

Comments
 (0)