Skip to content

Commit aa22da6

Browse files
committed
install playwright in CI
1 parent d058a32 commit aa22da6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
run: >
3838
pnpm install
3939
--frozen-lockfile
40-
40+
41+
- name: Install Playwright Dependencies
42+
# Required for Vitest browser-mode
43+
run: pnpm exec playwright install chromium --with-deps
44+
4145
- name: Build package
4246
# Required for testing stories
4347
run: >

0 commit comments

Comments
 (0)