Skip to content
Snippets Groups Projects
Unverified Commit bf6fd9f4 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

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

... using the script from matrix-org/sytest#1052
parent fc3d2dc2
No related branches found
No related tags found
No related merge requests found
......@@ -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() }}
......
In Github Actions workflows, summarize the Sytest results in an easy-to-read format.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment