summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-06-02 17:10:37 +0100
committerGitHub <noreply@github.com>2021-06-02 17:10:37 +0100
commitbf6fd9f4fdf60aab29d5bfac2dfbf7ec3cd7e459 (patch)
tree7c5669ef267f406e221261dff5848d59fa8b535b /.github
parentRewrite the KeyRing (#10035) (diff)
downloadsynapse-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 '.github')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 2ae81b5fcf..955beb4aa0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -232,9 +232,9 @@ jobs:
       - name: Run SyTest
         run: /bootstrap.sh synapse
         working-directory: /src
-      - name: Dump results.tap
+      - name: Summarise results.tap
         if: ${{ always() }}
-        run: cat /logs/results.tap
+        run: /sytest/scripts/tap_to_gha.pl /logs/results.tap
       - name: Upload SyTest logs
         uses: actions/upload-artifact@v2
         if: ${{ always() }}