mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Include the testing environment
This commit is contained in:
parent
0c34c2b99d
commit
87638da978
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,6 +10,7 @@ on: [ push ]
|
||||
|
||||
jobs:
|
||||
build_and_execute_macos:
|
||||
environment: "Testing"
|
||||
if: false
|
||||
name: Installation, Unit and Workflow Tests for macOS
|
||||
runs-on: ${{ matrix.runner.labels }}
|
||||
@ -41,6 +42,7 @@ jobs:
|
||||
pylint --rcfile=.pylintrc comfy/
|
||||
pylint --rcfile=.pylintrc comfy_extras/
|
||||
build_and_execute_linux:
|
||||
environment: "Testing"
|
||||
name: Installation, Unit and Workflow Tests for Linux
|
||||
runs-on: ${{ matrix.runner.labels }}
|
||||
container: ${{ matrix.runner.container }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user