mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Fix pytest command in backend tests workflow
This commit is contained in:
2
.github/workflows/backend-tests.yml
vendored
2
.github/workflows/backend-tests.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
COVERAGE_FILE: coverage/backend/.coverage
|
COVERAGE_FILE: coverage/backend/.coverage
|
||||||
run: |
|
run: |
|
||||||
mkdir -p coverage/backend
|
mkdir -p coverage/backend
|
||||||
pytest \
|
python -m pytest \
|
||||||
--cov=py \
|
--cov=py \
|
||||||
--cov=standalone \
|
--cov=standalone \
|
||||||
--cov-report=term-missing \
|
--cov-report=term-missing \
|
||||||
|
|||||||
Reference in New Issue
Block a user