mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
increase time maybe it will work
This commit is contained in:
parent
62e44e7e42
commit
26f73fb4ea
4 changed files with 1915 additions and 14 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
./ballisticakit_server > server-output.log 2>&1 &
|
||||
SERVER_PID=$!
|
||||
sleep 30 # let it run for 30 seconds
|
||||
sleep 50 # let it run for 30 seconds
|
||||
kill $SERVER_PID # terminate the server
|
||||
- name: Check server output for success message
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue