mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
success check in ci
This commit is contained in:
parent
e0149a620d
commit
f0a4269763
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
||||||
if grep -E "Exception|RuntimeError" server-output.log; then
|
if grep -E "Exception|RuntimeError" server-output.log; then
|
||||||
echo "Success message not found. Check server-output.log for details."
|
echo "Success message not found. Check server-output.log for details."
|
||||||
exit 1
|
exit 1
|
||||||
|
elif ! grep -q "entering server-mode" ballistica-output.log; then
|
||||||
|
echo "Success message not found in ballistica's output."
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: Upload ballistica output as artifact
|
- name: Upload ballistica output as artifact
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue