Skip to content

Commit

Permalink
ci: output md
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Mar 2, 2023
1 parent 87fe500 commit 0ead4a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
run: |
docker run --rm -v "${PWD}:/workspace" ghcr.io/pl-strflt/junit-xml-to-html:latest no-frames /workspace/output.xml /workspace/output.html
echo "# Result" >> $GITHUB_STEP_SUMMARY
cat ./output.html >> $GITHUB_STEP_SUMMARY
go install github.com/alexec/junit2md@latest
junit2md < ./output.xml > ./report.md
cat ./report.md >> $GITHUB_STEP_SUMMARY
# - name: Aggregate results
# run: find kubo/test/sharness/test-results -name 't*-*.sh.*.counts' | kubo/test/sharness/lib/sharness/aggregate-results.sh > kubo/test/sharness/test-results/summary.txt
# - name: 👉️ If this step failed, go to «Summary» (top left) → «HTML Report» → inspect the «Failures» column
Expand Down

0 comments on commit 0ead4a8

Please sign in to comment.