github actions: summarize Sytest results in an easy-to-read format (#10094)
... using the script from matrix-org/sytest#1052pull/10114/head
parent
fc3d2dc269
commit
bf6fd9f4fd
|
@ -232,9 +232,9 @@ jobs:
|
||||||
- name: Run SyTest
|
- name: Run SyTest
|
||||||
run: /bootstrap.sh synapse
|
run: /bootstrap.sh synapse
|
||||||
working-directory: /src
|
working-directory: /src
|
||||||
- name: Dump results.tap
|
- name: Summarise results.tap
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
run: cat /logs/results.tap
|
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap
|
||||||
- name: Upload SyTest logs
|
- name: Upload SyTest logs
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
In Github Actions workflows, summarize the Sytest results in an easy-to-read format.
|
Loading…
Reference in New Issue