Skip to content

Commit bd465cb

Browse files
committed
test(ci): only install chromium for playwright
Signed-off-by: Max <[email protected]>
1 parent 79e49a8 commit bd465cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
TESTING=true npm run build --if-present
4545
4646
- name: Install Playwright Browsers
47-
run: npx playwright install --with-deps
47+
run: npx playwright install chromium --with-deps
4848

4949
- name: Run Playwright tests
5050
run: npx playwright test

0 commit comments

Comments
 (0)