mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 14:50:20 +08:00
Test workflows
This commit is contained in:
parent
bb94b808dc
commit
5fef1e48f6
1
.github/workflows/test-browser.yml
vendored
1
.github/workflows/test-browser.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
|||||||
- name: Checkout ComfyUI
|
- name: Checkout ComfyUI
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: "comfyanonymous/ComfyUI"
|
|
||||||
path: "ComfyUI"
|
path: "ComfyUI"
|
||||||
- name: Checkout ComfyUI_frontend
|
- name: Checkout ComfyUI_frontend
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Run all other supported tests
|
- name: Run all other supported tests
|
||||||
run: |
|
run: |
|
||||||
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||||
pytest tests/ --ignore=tests/distributed --ignore=tests/unit
|
pytest -v tests/inference
|
||||||
- name: Lint for errors
|
- name: Lint for errors
|
||||||
run: |
|
run: |
|
||||||
pylint comfy/
|
pylint comfy/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user