adds grep filter

This commit is contained in:
HiteshRepo 2024-01-28 12:02:26 +05:30
parent b187990a06
commit 274e32d331

View File

@ -306,7 +306,7 @@ jobs:
- name: one test
run: |
go test -v -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
2>&1 | tee ./testlog/gotest-unit.log
2>&1 | tee ./testlog/gotest-unit.log | grep -E '^(--- PASS:|--- FAIL:|ok|FAIL|PASS|cached)'
# run the tests
# - name: Unit Tests