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

No-Test:
Expand Down

0 comments on commit f777f48

Please sign in to comment.