From dd81f49ad97da70e6e570e98fc712b0744376e91 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Tue, 18 Jun 2024 13:59:23 -0400 Subject: [PATCH] nit --- .github/workflows/test-ui.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index 42067f74f..d7e919695 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -36,15 +36,10 @@ jobs: run: | python main.py --cpu & working-directory: ComfyUI - - name: Build Front-End - run: | - npm ci - npm run build - working-directory: ComfyUI_frontend - name: Run UI tests run: | wait-for-it --service 127.0.0.1:8188 -t 600 npm ci npm run test:generate npm test -- --verbose - working-directory: ComfyUI_frontend/tests-ui + working-directory: ComfyUI_frontend