Skip to content

Commit 99f8706

Browse files
committed
playwright install fix?
1 parent 0e4c4ec commit 99f8706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NPM_TOKEN: xxx
2424

2525
- name: Install playwright browsers
26-
run: pnpm exec playwright install firefox
26+
run: pnpm exec playwright install
2727

2828
- name: Run all checks
2929
run: xvfb-run pnpm run ci

0 commit comments

Comments
 (0)