File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 28
28
- name : Install dependencies
29
29
run : pnpm install
30
30
31
- - name : Setup Playwright (Chromium)
32
- uses : microsoft/playwright-github-action@v1
33
- with :
34
- browsers : chromium
31
+ - name : Install Playwright
32
+ run : pnpm exec playwright install --with-deps chromium
35
33
36
34
- name : Lint
37
35
run : pnpm run lint
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ We run Vitest in browser mode using Playwright (Chromium) with `vitest-browser-v
19
19
## CI
20
20
21
21
- CI runs tests with coverage and uploads LCOV to Codecov (non-blocking).
22
- - Chromium is provisioned via the Playwright GitHub Action .
22
+ - Chromium is installed via Playwright CLI with system deps: ` pnpm exec playwright install --with-deps chromium ` .
23
23
- Optional: restrict Codecov uploads to PRs and ` main ` via a workflow condition.
You can’t perform that action at this time.
0 commit comments