From 30f8eddc29554e3eb881a76c4e4fb1cbec63c534 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Thu, 29 Feb 2024 16:18:48 +0530 Subject: [PATCH] ci: Fix another place with excessive logging in server build --- .github/workflows/server-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index a1ee57819b..74d9f3a0b6 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -187,7 +187,7 @@ jobs: echo "Report files found:" find . -type f -name 'TEST-*.xml' echo "Test case failure lines:" - grep -oB1 'failure' $(find . -type f -name 'TEST-*.xml') + grep -FoB1 '