From 9924c742e891009276d91a1ce741b9d3022f3f4f Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 12:19:12 +0530 Subject: [PATCH] modify the grep command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7192017d..a2e47b9e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -316,7 +316,7 @@ jobs: -p 1 \ -timeout 20m \ ./... \ - 2>&1 | tee ./testlog/gotest-unit.log | grep -E '^(--- PASS:|--- FAIL:|ok|FAIL|PASS|cached)' + 2>&1 | tee ./testlog/gotest-unit.log | grep -E '^(=== RUN|--- PASS:|--- FAIL:|ok|FAIL|PASS|cached)' # Upload the original go test output as an artifact for later review. - name: Upload test log