summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-06-15 17:13:36 +0100
committerGitHub <noreply@github.com>2022-06-15 16:13:36 +0000
commite12ff697a49f94aac86aeaf3192b432042d199c5 (patch)
treef0d3d2a5e4a126e33206c865b72d9d1f610c5615 /.github/workflows
parentAdd a CI job to check that schema deltas are in the correct folder. (#13063) (diff)
downloadsynapse-e12ff697a49f94aac86aeaf3192b432042d199c5.tar.xz
Sort failing jobs in Complement CI to the top of the logs to make them easier to read. (#13057)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml

index 193cb505c3..2e4ee723d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -348,6 +348,11 @@ jobs: with: path: synapse + - name: "Install custom gotestfmt template" + run: | + mkdir .gotestfmt/github -p + cp synapse/.ci/complement_package.gotpl .gotestfmt/github/package.gotpl + # Attempt to check out the same branch of Complement as the PR. If it # doesn't exist, fallback to HEAD. - name: Checkout complement @@ -389,6 +394,11 @@ jobs: with: path: synapse + - name: "Install custom gotestfmt template" + run: | + mkdir .gotestfmt/github -p + cp synapse/.ci/complement_package.gotpl .gotestfmt/github/package.gotpl + # Attempt to check out the same branch of Complement as the PR. If it # doesn't exist, fallback to HEAD. - name: Checkout complement