Skip to content

Commit 993be91

Browse files
committed
install playwright before running tests
1 parent 0cafb40 commit 993be91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
node-version: 24
1919
- run: npm ci
20+
- name: Install Playwright Browsers
21+
run: npx playwright install --with-deps chromium
2022
- run: npm test
2123

2224
publish-npm:

0 commit comments

Comments
 (0)