From 91a3d1228e6f038e2a52ea97d659c1a5a4506078 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 9 Feb 2025 12:00:26 -0500 Subject: [PATCH] Reference specific ComfyUI_devtools in CI (#2479) --- .github/workflows/i18n-node-defs.yaml | 2 +- .github/workflows/i18n.yaml | 2 +- .github/workflows/test-browser-exp.yaml | 2 +- .github/workflows/test-ui.yaml | 16 ++++++++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/i18n-node-defs.yaml b/.github/workflows/i18n-node-defs.yaml index de1eb67c4..7df2c361b 100644 --- a/.github/workflows/i18n-node-defs.yaml +++ b/.github/workflows/i18n-node-defs.yaml @@ -13,7 +13,7 @@ jobs: update-locales: runs-on: ubuntu-latest steps: - - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1 + - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2 - name: Install Playwright Browsers run: npx playwright install chromium --with-deps working-directory: ComfyUI_frontend diff --git a/.github/workflows/i18n.yaml b/.github/workflows/i18n.yaml index b86503d53..63e766641 100644 --- a/.github/workflows/i18n.yaml +++ b/.github/workflows/i18n.yaml @@ -9,7 +9,7 @@ jobs: if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest steps: - - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1 + - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2 - name: Install Playwright Browsers run: npx playwright install chromium --with-deps working-directory: ComfyUI_frontend diff --git a/.github/workflows/test-browser-exp.yaml b/.github/workflows/test-browser-exp.yaml index dc10d8b9e..09c52d261 100644 --- a/.github/workflows/test-browser-exp.yaml +++ b/.github/workflows/test-browser-exp.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.event.label.name == 'New Browser Test Expectations' steps: - - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1 + - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2 - name: Install Playwright Browsers run: npx playwright install chromium --with-deps working-directory: ComfyUI_frontend diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index a49c11dd2..43e43578d 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -15,7 +15,9 @@ jobs: jest-tests: runs-on: ubuntu-latest steps: - - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1 + - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2 + with: + devtools_ref: a9c49e4c57464da41ec346deb4a9eeeb00a52c9a - name: Run Jest tests run: | npm run test:generate @@ -25,7 +27,9 @@ jobs: playwright-tests-chromium: runs-on: ubuntu-latest steps: - - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1 + - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2 + with: + devtools_ref: a9c49e4c57464da41ec346deb4a9eeeb00a52c9a - name: Install Playwright Browsers run: npx playwright install chromium --with-deps working-directory: ComfyUI_frontend @@ -42,7 +46,9 @@ jobs: playwright-tests-chromium-2x: runs-on: ubuntu-latest steps: - - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1 + - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2 + with: + devtools_ref: a9c49e4c57464da41ec346deb4a9eeeb00a52c9a - name: Install Playwright Browsers run: npx playwright install chromium --with-deps working-directory: ComfyUI_frontend @@ -59,7 +65,9 @@ jobs: playwright-tests-mobile-chrome: runs-on: ubuntu-latest steps: - - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1 + - uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2 + with: + devtools_ref: a9c49e4c57464da41ec346deb4a9eeeb00a52c9a - name: Install Playwright Browsers run: npx playwright install chromium --with-deps working-directory: ComfyUI_frontend