From 985fe8c73812f90ce69385c9273b33120151254c Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:22:55 +0530 Subject: [PATCH] fixed message --- .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 f8b728a..b21d448 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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."