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

@@ -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