diff options
author | reivilibre <oliverw@matrix.org> | 2022-06-15 17:13:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 16:13:36 +0000 |
commit | e12ff697a49f94aac86aeaf3192b432042d199c5 (patch) | |
tree | f0d3d2a5e4a126e33206c865b72d9d1f610c5615 /.github/workflows/tests.yml | |
parent | Add a CI job to check that schema deltas are in the correct folder. (#13063) (diff) | |
download | synapse-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/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 10 |
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 |