modify the grep command
This commit is contained in:
parent
b776a3b209
commit
9924c742e8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user