Spaces:
Running
Running
jhj0517
commited on
Commit
·
f807d0d
1
Parent(s):
21bc962
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
|