again wrong file name

This commit is contained in:
Ayush Saini 2023-08-13 19:20:49 +05:30
parent f0a4269763
commit 751f87e4ad

View file

@ -31,7 +31,7 @@ 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 elif ! grep -q "entering server-mode" server-output.log; then
echo "Success message not found in ballistica's output." echo "Success message not found in ballistica's output."
exit 1 exit 1
fi fi