We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d496b30 commit 58db0d7Copy full SHA for 58db0d7
.github/workflows/ci.yml
@@ -52,6 +52,7 @@ jobs:
52
run: ./srcds_run_x64 -game garrysmod -systemtest -condebug +sv_hibernate_think 1 || true
53
working-directory: ./gmod/
54
timeout-minutes: 5
55
+ continue-on-error: true
56
57
- name: Print test log
58
run: cat gmod/tests-log.txt
@@ -156,6 +157,8 @@ jobs:
156
157
run: |
158
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'
159
powershell -Command 'Wait-Process -Name srcds_win64'
160
+ timeout-minutes: 5
161
162
163
164
shell: bash
0 commit comments