diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 015d3f5..f8b728a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: if grep -E "Exception|RuntimeError" server-output.log; then echo "Success message not found. Check server-output.log for details." 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." exit 1 fi