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 11, 2023
1 parent 6ebee39 commit ec7187e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: Yes
run: |
bash sd-installer.sh -1
run: until bash sd-installer.sh -1 | grep -m 1 "Launching Web UI with arguments"; do : ; done
shell: bash

No-Test:
Expand All @@ -28,5 +27,5 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: No
run: bash sd-installer.sh -2
run: until bash sd-installer.sh -2 | grep -m 1 "Launching Web UI with arguments"; do : ; done
shell: bash

0 comments on commit ec7187e

Please sign in to comment.