Skip to content

Commit

Permalink
Upload markdown report as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Dec 13, 2023
1 parent 308fbfa commit fa2dbf7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: test-output
path: test_output.txt
path: test_output.txt
- name: Upload markdown report as artifact
uses: actions/upload-artifact@v2
with:
name: report.md
path: report.md

0 comments on commit fa2dbf7

Please sign in to comment.