1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Do a quick test on the CI to see if ComfyUI actually runs before pushing

the build.
This commit is contained in:
comfyanonymous
2023-03-14 23:02:57 -04:00
parent b5f2bc9711
commit 5ad9f86514
2 changed files with 13 additions and 12 deletions

View File

@@ -86,6 +86,9 @@ if __name__ == "__main__":
except:
pass
if '--quick-test-for-ci' in sys.argv:
exit(0)
call_on_start = None
if "--windows-standalone-build" in sys.argv:
def startup_server(address, port):