1
0

github actions: summarize Sytest results in an easy-to-read format (#10094)

... using the script from matrix-org/sytest#1052
This commit is contained in:
Richard van der Hoff
2021-06-02 17:10:37 +01:00
committed by GitHub
parent fc3d2dc269
commit bf6fd9f4fd
2 changed files with 3 additions and 2 deletions

View File

@@ -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() }}