Spaces:
Running
Running
jhj0517
commited on
Update shell-scrpit-test.yml
Browse files
.github/workflows/shell-scrpit-test.yml
CHANGED
|
@@ -36,5 +36,5 @@ jobs:
|
|
| 36 |
shell: bash
|
| 37 |
run: |
|
| 38 |
chmod +x ./start-webui.sh
|
| 39 |
-
./start-webui.sh
|
| 40 |
|
|
|
|
| 36 |
shell: bash
|
| 37 |
run: |
|
| 38 |
chmod +x ./start-webui.sh
|
| 39 |
+
timeout 60s ./start-webui.sh || true
|
| 40 |
|