diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-02 17:10:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 17:10:37 +0100 |
commit | bf6fd9f4fdf60aab29d5bfac2dfbf7ec3cd7e459 (patch) | |
tree | 7c5669ef267f406e221261dff5848d59fa8b535b /changelog.d/10094.misc | |
parent | Rewrite the KeyRing (#10035) (diff) | |
download | synapse-bf6fd9f4fdf60aab29d5bfac2dfbf7ec3cd7e459.tar.xz |
github actions: summarize Sytest results in an easy-to-read format (#10094)
... using the script from matrix-org/sytest#1052
Diffstat (limited to '')
-rw-r--r-- | changelog.d/10094.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10094.misc b/changelog.d/10094.misc new file mode 100644 index 0000000000..01efe14f74 --- /dev/null +++ b/changelog.d/10094.misc @@ -0,0 +1 @@ +In Github Actions workflows, summarize the Sytest results in an easy-to-read format. |