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 0f9a937 commit 382cc5fCopy full SHA for 382cc5f
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
shell: bash
153
run: |
154
powershell -Command './gmod/srcds_win64.exe -console -systemtest -game "garrysmod" +exec "server.cfg" +gamemode sandbox +map gm_construct +maxplayers 16 +sv_hibernate_think 1'
155
- sleep 15
+ powershell -Command 'Wait-Process -Name srcds_win64'
156
157
- name: Print test log
158
0 commit comments