From 751f87e4ade2b3c97e127e095c95e876fc6f7adc Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:20:49 +0530 Subject: [PATCH] again wrong file name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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