mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
ci
This commit is contained in:
parent
c9190b1267
commit
be5a8f6104
2 changed files with 7 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
if grep -E "Exception|RuntimeError" server-output.log; then
|
||||
echo "Error message found. Check server-output.log for details."
|
||||
exit 1
|
||||
elif ! grep -q "entering server-mode" server-output.log; then
|
||||
elif ! grep -q "Server started" server-output.log; then
|
||||
echo "Success message not found in server's output."
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue