diff --git a/.github/workflows/update-playwright-expectations.yaml b/.github/workflows/update-playwright-expectations.yaml index 981038d9f9..61d5051d44 100644 --- a/.github/workflows/update-playwright-expectations.yaml +++ b/.github/workflows/update-playwright-expectations.yaml @@ -55,6 +55,10 @@ jobs: uses: actions/checkout@v5 with: ref: ${{ steps.get-branch.outputs.branch }} + - name: Setup Frontend + uses: ./.github/actions/setup-frontend + with: + include_build_step: true - name: Setup ComfyUI Server uses: ./.github/actions/setup-comfyui-server with: