Skip to content

Commit 58db0d7

Browse files
add continue-on-error:true to linux ci
add timeout-minutes:5 to windows ci
1 parent d496b30 commit 58db0d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: ./srcds_run_x64 -game garrysmod -systemtest -condebug +sv_hibernate_think 1 || true
5353
working-directory: ./gmod/
5454
timeout-minutes: 5
55+
continue-on-error: true
5556

5657
- name: Print test log
5758
run: cat gmod/tests-log.txt
@@ -156,6 +157,8 @@ jobs:
156157
run: |
157158
powershell -Command './gmod/srcds_win64.exe -console -systemtest -condebug -game "garrysmod" +exec "server.cfg" +gamemode sandbox +map gm_construct +maxplayers 16 +sv_hibernate_think 1'
158159
powershell -Command 'Wait-Process -Name srcds_win64'
160+
timeout-minutes: 5
161+
continue-on-error: true
159162

160163
- name: Print test log
161164
shell: bash

0 commit comments

Comments
 (0)