jhj0517 commited on
Commit
74670e6
·
2 Parent(s): ecec0cd 774b4f9

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