Skip to content

Commit d496b30

Browse files
resolve conflict
1 parent df4b44e commit d496b30

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,8 @@ jobs:
154154
- name: Run Garry's Mod
155155
shell: bash
156156
run: |
157-
<<<<<<< HEAD
158157
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'
162158
powershell -Command 'Wait-Process -Name srcds_win64'
163-
>>>>>>> sup43_ci_windows_powershell_wait
164159
165160
- name: Print test log
166161
shell: bash

0 commit comments

Comments
 (0)