Skip to content

Commit 382cc5f

Browse files
wait process
1 parent 0f9a937 commit 382cc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
shell: bash
153153
run: |
154154
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
155+
powershell -Command 'Wait-Process -Name srcds_win64'
156156
157157
- name: Print test log
158158
shell: bash

0 commit comments

Comments
 (0)