Skip to content

Commit

Permalink
fix: auto stop
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Sep 5, 2023
1 parent e2ae743 commit 55c36b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sparse-checkout-cone-mode: false
- name: Yes
run: |
bash sd-installer.sh -1
bash sd-installer.sh -1 | tee >(grep -q 'Launching Web UI with arguments' && echo "成功 Success" && exit 0)
shell: bash

No-Test:
Expand All @@ -28,5 +28,5 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: No
run: bash sd-installer.sh -2
run: bash sd-installer.sh -2 | grep -q 'Launching Web UI with arguments' && echo "成功 Success" && exit 0
shell: bash

0 comments on commit 55c36b1

Please sign in to comment.