modify the grep command

This commit is contained in:
HiteshRepo 2024-01-28 12:19:12 +05:30
parent b776a3b209
commit 9924c742e8

View File

@ -316,7 +316,7 @@ jobs:
-p 1 \ -p 1 \
-timeout 20m \ -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. # Upload the original go test output as an artifact for later review.
- name: Upload test log - name: Upload test log