From 0263704c6c64284a75dd0eedc5308d99b9485dba Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Thu, 21 Nov 2024 09:43:32 -0500 Subject: [PATCH] Disable slow jest tests (#328) --- .github/workflows/test-comfyui-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-comfyui-frontend.yml b/.github/workflows/test-comfyui-frontend.yml index 893eff7c..832c7f77 100644 --- a/.github/workflows/test-comfyui-frontend.yml +++ b/.github/workflows/test-comfyui-frontend.yml @@ -89,7 +89,7 @@ jobs: run: | npm run test:generate npm run test:generate:examples - npm test -- --verbose + npm run test:jest:fast -- --verbose working-directory: ComfyUI_frontend - name: Install Playwright Browsers