Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Prettier complement logs (#11707)
Browse files Browse the repository at this point in the history
* Prettier complement logs

* Changelog
  • Loading branch information
kegsay authored Jan 10, 2022
1 parent 8e57584 commit 3be6365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/11707.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve Complement test output for Gitub Actions.

0 comments on commit 3be6365

Please sign in to comment.