mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Update ci.yaml
This commit is contained in:
parent
73b1385d22
commit
e40f147121
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run server binary and capture output
|
- name: Run server binary and capture output
|
||||||
run: |
|
run: |
|
||||||
./ballisticakit_server > server-output.log 2>&1 &
|
./bombsquad_server > server-output.log 2>&1 &
|
||||||
SERVER_PID=$!
|
SERVER_PID=$!
|
||||||
sleep 30 # let it run for 30 seconds
|
sleep 30 # let it run for 30 seconds
|
||||||
kill $SERVER_PID # terminate the server
|
kill $SERVER_PID # terminate the server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue