Skip to content

Commit 89b195d

Browse files
authored
Only install chromium in github action (#210)
1 parent 69d95f6 commit 89b195d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-browser-exp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
wait-for-it --service 127.0.0.1:8188 -t 600
5151
working-directory: ComfyUI
5252
- name: Install Playwright Browsers
53-
run: npx playwright install --with-deps
53+
run: npx playwright install chromium --with-deps
5454
working-directory: ComfyUI_frontend
5555
- name: Run Playwright tests and update snapshots
5656
id: playwright-tests

.github/workflows/test-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
npm test -- --verbose
7575
working-directory: ComfyUI_frontend
7676
- name: Install Playwright Browsers
77-
run: npx playwright install --with-deps
77+
run: npx playwright install chromium --with-deps
7878
working-directory: ComfyUI_frontend
7979
- name: Run Playwright tests
8080
run: npx playwright test

0 commit comments

Comments
 (0)