Skip to content

Commit cb1e453

Browse files
committed
feat(ci): performance optimization
1 parent 39a9f63 commit cb1e453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run lint
3636
run: npm run lint
3737
- name: Install Playwright Browsers
38-
run: npx playwright install --with-deps
38+
run: npx playwright install --with-deps chromium
3939
- name: Run Playwright tests
4040
run: npx playwright test
4141
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)