hide successful test outputs in ci action (#965)

## Type of change

- [x] 💻 CI/Deployment
This commit is contained in:
Keepers 2022-09-28 13:56:20 -06:00 committed by GitHub
parent 652bb9cd4a
commit f10071189a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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