Skip to content

Commit f257886

Browse files
committed
chore: optimize test workflow ("Install Playwright Browser")
1 parent e640211 commit f257886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636

37-
- name: Install Playwright Browsers
38-
run: npx playwright install --with-deps
37+
- name: Install Playwright Browser
38+
run: npx playwright install chromium
3939

4040
- name: Code quality
4141
run: npm run lint

0 commit comments

Comments
 (0)