Skip to content

Commit d8a0cae

Browse files
committed
chore: no need to install playwright on ci
1 parent d48cf69 commit d8a0cae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
run_install: true
2222

23-
- name: Install Playwright browsers
24-
run: pnpm exec playwright install --with-deps chromium
23+
# - name: Install Playwright browsers
24+
# run: pnpm exec playwright install --with-deps chromium
2525

2626
- name: Run all tests
2727
run: pnpm run ci

0 commit comments

Comments
 (0)