Prettier complement logs (#11707)

* Prettier complement logs

* Changelog
pull/11710/head
kegsay 2022-01-10 11:46:40 +00:00 committed by GitHub
parent 8e57584a58
commit 3be63654e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -374,7 +374,8 @@ jobs:
working-directory: complement/dockerfiles
# Run Complement
- run: go test -v -tags synapse_blacklist,msc2403 ./tests/...
- run: set -o pipefail && go test -v -json -tags synapse_blacklist,msc2403 ./tests/... 2>&1 | gotestfmt
shell: bash
env:
COMPLEMENT_BASE_IMAGE: complement-synapse:latest
working-directory: complement

1
changelog.d/11707.misc Normal file
View File

@ -0,0 +1 @@
Improve Complement test output for Gitub Actions.