diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-06-29 05:21:28 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-06-29 05:21:28 +0000 |
commit | cc9c1719786de00d4a5bfcf83be4bf2808cf0cb5 (patch) | |
tree | 4949c1b7185b5bd8f26721a4359c2a3e524156e5 /.github | |
parent | fab73f2e7d388ca99cdb3d5de7f36c0b9a1a3b1c (diff) | |
download | stable-diffusion-webui-gfx803-cc9c1719786de00d4a5bfcf83be4bf2808cf0cb5.tar.gz stable-diffusion-webui-gfx803-cc9c1719786de00d4a5bfcf83be4bf2808cf0cb5.tar.bz2 stable-diffusion-webui-gfx803-cc9c1719786de00d4a5bfcf83be4bf2808cf0cb5.zip |
rename --add-stop-route to --api-server-stop
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 96546011..178c026a 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -42,7 +42,7 @@ jobs: --no-half --disable-opt-split-attention --use-cpu all - --add-stop-route + --api-server-stop 2>&1 | tee output.txt & - name: Run tests run: | |