Skip to content

Commit

Permalink
fix: update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Sep 5, 2023
1 parent adb12b7 commit 221dfbd
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 @@ -15,7 +15,7 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: Yes
run: bash sd-installer.sh -1 | tee /dev/tty | grep -q 'Launching Web UI with arguments:' && echo "成功 Success" && exit
run: bash sd-installer.sh -1 | tee /dev/tty | grep -q 'loading stable diffusion model' && echo "成功 Success" && exit
shell: bash

No-Test:
Expand All @@ -27,5 +27,5 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: No
run: bash sd-installer.sh -2 | tee /dev/tty | grep -q 'Launching Web UI with arguments:' && echo "成功 Success" && exit
run: bash sd-installer.sh -2 | tee /dev/tty | grep -q 'loading stable diffusion model' && echo "成功 Success" && exit
shell: bash

0 comments on commit 221dfbd

Please sign in to comment.