Spaces:
Runtime error
Runtime error
Merge branch 'master' into feature/shell-script
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 |
|