mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Reference specific ComfyUI_devtools in CI (#2479)
This commit is contained in:
2
.github/workflows/i18n-node-defs.yaml
vendored
2
.github/workflows/i18n-node-defs.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
update-locales:
|
update-locales:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1
|
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install chromium --with-deps
|
run: npx playwright install chromium --with-deps
|
||||||
working-directory: ComfyUI_frontend
|
working-directory: ComfyUI_frontend
|
||||||
|
|||||||
2
.github/workflows/i18n.yaml
vendored
2
.github/workflows/i18n.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1
|
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install chromium --with-deps
|
run: npx playwright install chromium --with-deps
|
||||||
working-directory: ComfyUI_frontend
|
working-directory: ComfyUI_frontend
|
||||||
|
|||||||
2
.github/workflows/test-browser-exp.yaml
vendored
2
.github/workflows/test-browser-exp.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.label.name == 'New Browser Test Expectations'
|
if: github.event.label.name == 'New Browser Test Expectations'
|
||||||
steps:
|
steps:
|
||||||
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1
|
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.2
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install chromium --with-deps
|
run: npx playwright install chromium --with-deps
|
||||||
working-directory: ComfyUI_frontend
|
working-directory: ComfyUI_frontend
|
||||||
|
|||||||
16
.github/workflows/test-ui.yaml
vendored
16
.github/workflows/test-ui.yaml
vendored
@@ -15,7 +15,9 @@ jobs:
|
|||||||
jest-tests:
|
jest-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Run Jest tests
|
||||||
run: |
|
run: |
|
||||||
npm run test:generate
|
npm run test:generate
|
||||||
@@ -25,7 +27,9 @@ jobs:
|
|||||||
playwright-tests-chromium:
|
playwright-tests-chromium:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install chromium --with-deps
|
run: npx playwright install chromium --with-deps
|
||||||
working-directory: ComfyUI_frontend
|
working-directory: ComfyUI_frontend
|
||||||
@@ -42,7 +46,9 @@ jobs:
|
|||||||
playwright-tests-chromium-2x:
|
playwright-tests-chromium-2x:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install chromium --with-deps
|
run: npx playwright install chromium --with-deps
|
||||||
working-directory: ComfyUI_frontend
|
working-directory: ComfyUI_frontend
|
||||||
@@ -59,7 +65,9 @@ jobs:
|
|||||||
playwright-tests-mobile-chrome:
|
playwright-tests-mobile-chrome:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install chromium --with-deps
|
run: npx playwright install chromium --with-deps
|
||||||
working-directory: ComfyUI_frontend
|
working-directory: ComfyUI_frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user