Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
github actions: summarize Sytest results in an easy-to-read format (#…
Browse files Browse the repository at this point in the history
…10094)

... using the script from matrix-org/sytest#1052
  • Loading branch information
richvdh authored Jun 2, 2021
1 parent fc3d2dc commit bf6fd9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down
1 change: 1 addition & 0 deletions changelog.d/10094.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
In Github Actions workflows, summarize the Sytest results in an easy-to-read format.

0 comments on commit bf6fd9f

Please sign in to comment.