This commit is contained in:
Ayush Saini 2023-08-13 18:14:24 +05:30
parent c014f145d4
commit 1a0a23e31a

View file

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