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 df4b44e commit d496b30Copy full SHA for d496b30
.github/workflows/ci.yml
@@ -154,13 +154,8 @@ jobs:
154
- name: Run Garry's Mod
155
shell: bash
156
run: |
157
-<<<<<<< HEAD
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
- sleep 15
160
-=======
161
- powershell -Command './gmod/srcds_win64.exe -console -systemtest -game "garrysmod" +exec "server.cfg" +gamemode sandbox +map gm_construct +maxplayers 16 +sv_hibernate_think 1'
162
powershell -Command 'Wait-Process -Name srcds_win64'
163
->>>>>>> sup43_ci_windows_powershell_wait
164
165
- name: Print test log
166
0 commit comments