1
0

Sort failing jobs in Complement CI to the top of the logs to make them easier to read. (#13057)

This commit is contained in:
reivilibre
2022-06-15 17:13:36 +01:00
committed by GitHub
parent de334ac183
commit e12ff697a4
3 changed files with 104 additions and 0 deletions

View File

@@ -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