Skip to content

Commit 2f5bbcc

Browse files
committed
install playwright in ci tests
1 parent dafa212 commit 2f5bbcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ jobs:
3737
- name: Build
3838
run: pnpm run build
3939

40+
- name: Install Playwright
41+
run: pnpm exec playwright install
42+
4043
- name: Run Tests
4144
run: pnpm run test

0 commit comments

Comments
 (0)