Only install chromium in github action (#210)

This commit is contained in:
Chenlei Hu
2024-07-23 14:21:26 -04:00
committed by GitHub
parent 69d95f6e46
commit 89b195dc13
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ jobs:
wait-for-it --service 127.0.0.1:8188 -t 600
working-directory: ComfyUI
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: npx playwright install chromium --with-deps
working-directory: ComfyUI_frontend
- name: Run Playwright tests and update snapshots
id: playwright-tests

View File

@@ -74,7 +74,7 @@ jobs:
npm test -- --verbose
working-directory: ComfyUI_frontend
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: npx playwright install chromium --with-deps
working-directory: ComfyUI_frontend
- name: Run Playwright tests
run: npx playwright test