mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: "comfyanonymous/ComfyUI"
|
||||
path: "ComfyUI"
|
||||
- name: Checkout ComfyUI_frontend
|
||||
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
|
||||
run: |
|
||||
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||
pytest tests/ --ignore=tests/distributed --ignore=tests/unit
|
||||
pytest -v tests/inference
|
||||
- name: Lint for errors
|
||||
run: |
|
||||
pylint comfy/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user