From 1c6d34e948f4c8104bfa26e1e1970b1e617fa83b Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 29 Dec 2024 16:40:01 -0500 Subject: [PATCH] Update test-comfyui-frontend (#404) --- .github/workflows/test-comfyui-frontend.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-comfyui-frontend.yml b/.github/workflows/test-comfyui-frontend.yml index 832c7f770b..63cff7da40 100644 --- a/.github/workflows/test-comfyui-frontend.yml +++ b/.github/workflows/test-comfyui-frontend.yml @@ -88,8 +88,7 @@ jobs: - name: Run UI tests run: | npm run test:generate - npm run test:generate:examples - npm run test:jest:fast -- --verbose + npm run test:jest -- --verbose working-directory: ComfyUI_frontend - name: Install Playwright Browsers