Skip to content

Commit 519b7a4

Browse files
committed
fix: remove playwright dependency
1 parent f11f321 commit 519b7a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
with:
3737
run_install: true
3838
- run: pnpm run build
39-
- run: pnpm exec playwright install
4039
- run: pnpm test
4140
test-macos:
4241
runs-on: macos-latest
@@ -49,7 +48,6 @@ jobs:
4948
with:
5049
run_install: true
5150
- run: pnpm run build
52-
- run: pnpm exec playwright install
5351
- run: pnpm test
5452
test-windows:
5553
runs-on: windows-latest
@@ -62,5 +60,4 @@ jobs:
6260
with:
6361
run_install: true
6462
- run: pnpm run build
65-
- run: pnpm exec playwright install
6663
- run: pnpm test

0 commit comments

Comments
 (0)