aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-08 14:40:21 +0300
committerGitHub <noreply@github.com>2023-07-08 14:40:21 +0300
commiteb51acb89e4c10c08af8649c1fc379552ba41ecc (patch)
tree0106998d33be2d61bbb054c54d3d5f13cd3ae88f /.github
parent6acc4cd7e1bc49904895e7e195dc84df77dc9abe (diff)
parentcc9c1719786de00d4a5bfcf83be4bf2808cf0cb5 (diff)
Merge pull request #11503 from AUTOMATIC1111/rename---add-stop-route-to---api-server-stop
Rename --add-stop-route to --api-server-stop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run_tests.yaml2
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: |