Skip to content

Commit a683a82

Browse files
committed
[CI] Download only Chromium browser for Vitest/Playwright tests
1 parent 97e9278 commit a683a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ jobs:
149149
package.json
150150
src/**/package.json
151151
- run: pnpm install --frozen-lockfile
152-
- run: pnpm exec playwright install
152+
- run: pnpm exec playwright install chromium
153153
- run: pnpm run test

0 commit comments

Comments
 (0)