Skip to content

Commit

Permalink
output markdown table into github actions summary
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jul 10, 2024
1 parent 0077594 commit af7b5f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ jobs:
name: testresult-${{ github.run_number }}
path: src/test/*.csv

- run: tail -n+1 src/test/summary-*.csv
- run: |
tail -n+1 src/test/summary-*.csv
cat src/test/summary-*.md > $GITHUB_STEP_SUMMARY

0 comments on commit af7b5f0

Please sign in to comment.