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

Commit 3be6365

Browse files
authored
Prettier complement logs (#11707)
* Prettier complement logs * Changelog
1 parent 8e57584 commit 3be6365

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ jobs:
374374
working-directory: complement/dockerfiles
375375

376376
# Run Complement
377-
- run: go test -v -tags synapse_blacklist,msc2403 ./tests/...
377+
- run: set -o pipefail && go test -v -json -tags synapse_blacklist,msc2403 ./tests/... 2>&1 | gotestfmt
378+
shell: bash
378379
env:
379380
COMPLEMENT_BASE_IMAGE: complement-synapse:latest
380381
working-directory: complement

changelog.d/11707.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve Complement test output for Gitub Actions.

0 commit comments

Comments
 (0)