mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 15:53:51 +01:00
Prettier complement logs (#11707)
* Prettier complement logs * Changelog
This commit is contained in:
parent
8e57584a58
commit
3be63654e4
2 changed files with 3 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -374,7 +374,8 @@ jobs:
|
||||||
working-directory: complement/dockerfiles
|
working-directory: complement/dockerfiles
|
||||||
|
|
||||||
# Run Complement
|
# 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:
|
env:
|
||||||
COMPLEMENT_BASE_IMAGE: complement-synapse:latest
|
COMPLEMENT_BASE_IMAGE: complement-synapse:latest
|
||||||
working-directory: complement
|
working-directory: complement
|
||||||
|
|
1
changelog.d/11707.misc
Normal file
1
changelog.d/11707.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Improve Complement test output for Gitub Actions.
|
Loading…
Reference in a new issue