jhj0517 commited on
Commit
88837ac
·
2 Parent(s): 5d3789d 7f2074d

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