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