Update ci.yaml

This commit is contained in:
Ayush Saini 2023-08-19 15:09:46 +05:30 committed by GitHub
parent 73b1385d22
commit e40f147121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
- name: Run server binary and capture output
run: |
./ballisticakit_server > server-output.log 2>&1 &
./bombsquad_server > server-output.log 2>&1 &
SERVER_PID=$!
sleep 30 # let it run for 30 seconds
kill $SERVER_PID # terminate the server