Skip to content

Commit

Permalink
fix: auto stop
Browse files Browse the repository at this point in the history
fix: auto stop

fix: auto stop

fix: auto stop

fix: auto stop

fix: auto stop

fix: auto stop
wy-luke committed Sep 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6ebee39 commit 37d970c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ jobs:
sparse-checkout-cone-mode: false
- name: Yes
run: |
bash sd-installer.sh -1
shell: bash
bash sd-installer.sh -1 | grep -q 'Launching Web UI with arguments' && echo "成功 Success" && exit 0
shell: /bin/bash --noprofile --norc -e {0}

No-Test:
runs-on: macos-latest
@@ -28,5 +28,6 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: No
run: bash sd-installer.sh -2
shell: bash
run: |
bash sd-installer.sh -2 | grep -q 'Launching Web UI with arguments' && echo "成功 Success" && exit 0
shell: /bin/bash --noprofile --norc -e {0}

0 comments on commit 37d970c

Please sign in to comment.