Spaces:
Running
Running
jhj0517
commited on
Commit
•
f3c7a69
1
Parent(s):
435c679
update shell script
Browse files
.github/workflows/shell-scrpit-test.yml
CHANGED
@@ -33,7 +33,6 @@ jobs:
|
|
33 |
./Install.sh
|
34 |
|
35 |
- name: 'Execute start-webui.sh'
|
36 |
-
shell: bash
|
37 |
run: |
|
38 |
chmod +x ./start-webui.sh
|
39 |
timeout 60s ./start-webui.sh || true
|
|
|
33 |
./Install.sh
|
34 |
|
35 |
- name: 'Execute start-webui.sh'
|
|
|
36 |
run: |
|
37 |
chmod +x ./start-webui.sh
|
38 |
timeout 60s ./start-webui.sh || true
|