hide successful test outputs in ci action (#965)
## Type of change
- [x] 💻 CI/Deployment
This commit is contained in:
parent
652bb9cd4a
commit
f10071189a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
TENANT_ID: ${{ secrets.TENANT_ID }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt -hide successful-tests
|
||||
|
||||
# Upload the original go test log as an artifact for later review.
|
||||
- name: Upload test log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user