From e12ff697a49f94aac86aeaf3192b432042d199c5 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Wed, 15 Jun 2022 17:13:36 +0100 Subject: Sort failing jobs in Complement CI to the top of the logs to make them easier to read. (#13057) --- .github/workflows/tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github/workflows/tests.yml') 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 -- cgit 1.4.1