Skip to content

Commit 3b0d770

Browse files
committed
Update ci.yml
1 parent 76adf9b commit 3b0d770

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
@@ -17,6 +17,9 @@ jobs:
1717
- name: Install npm dependencies
1818
run: npm ci
1919

20+
- name: Install playwright
21+
run: npx playwright install
22+
2023
- name: Unit tests
2124
run: npm run test:cov
2225

0 commit comments

Comments
 (0)