0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-22 12:38:23 +02:00

Prettier complement logs (#11707)

* Prettier complement logs

* Changelog
This commit is contained in:
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.