Skip to content
Snippets Groups Projects
Unverified Commit 3be63654 authored by kegsay's avatar kegsay Committed by GitHub
Browse files

Prettier complement logs (#11707)

* Prettier complement logs

* Changelog
parent 8e57584a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
Improve Complement test output for Gitub Actions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment