diff --git a/.github/workflows/tests-ci.yaml b/.github/workflows/tests-ci.yaml index 2db22c0dc..a47c28a5b 100644 --- a/.github/workflows/tests-ci.yaml +++ b/.github/workflows/tests-ci.yaml @@ -23,6 +23,8 @@ jobs: launch_server: 'false' - name: Setup frontend uses: ./.github/actions/setup-frontend + with: + build_frontend: 'true' - name: Setup Playwright uses: ./.github/actions/setup-playwright # Setup Playwright and cache browsers diff --git a/.github/workflows/update-locales-for-given-custom-node-repository.yaml b/.github/workflows/update-locales-for-given-custom-node-repository.yaml index 304dbe4fc..2663339e6 100644 --- a/.github/workflows/update-locales-for-given-custom-node-repository.yaml +++ b/.github/workflows/update-locales-for-given-custom-node-repository.yaml @@ -31,6 +31,8 @@ jobs: launch_server: 'false' - name: Setup frontend uses: ./.github/actions/setup-frontend + with: + build_frontend: 'true' - name: Setup Playwright uses: ./.github/actions/setup-playwright diff --git a/.github/workflows/update-locales.yaml b/.github/workflows/update-locales.yaml index e6aace463..f00d4a189 100644 --- a/.github/workflows/update-locales.yaml +++ b/.github/workflows/update-locales.yaml @@ -22,6 +22,8 @@ jobs: uses: ./.github/actions/setup-comfyui-server - name: Setup ComfyUI Frontend uses: ./.github/actions/setup-frontend + with: + build_frontend: 'true' - name: Setup Playwright uses: ./.github/actions/setup-playwright diff --git a/.github/workflows/update-node-definitions-locales.yaml b/.github/workflows/update-node-definitions-locales.yaml index 5754d9fcb..64417f20b 100644 --- a/.github/workflows/update-node-definitions-locales.yaml +++ b/.github/workflows/update-node-definitions-locales.yaml @@ -20,6 +20,8 @@ jobs: uses: ./.github/actions/setup-comfyui-server - name: Setup frontend uses: ./.github/actions/setup-frontend + with: + build_frontend: 'true' - name: Setup Playwright uses: ./.github/actions/setup-playwright @@ -48,4 +50,4 @@ jobs: branch: update-locales-node-defs-${{ github.event.inputs.trigger_type }}-${{ github.run_id }} base: main labels: dependencies - path: ComfyUI_frontend \ No newline at end of file + path: ComfyUI_frontend