Skip to content

Commit

Permalink
Update test-summary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertBarrow authored Jan 9, 2023
1 parent 5f3a2a4 commit 51d3651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
- uses: test-summary/action@v2
with:
paths: "reports/test_results.xml"
output: "reports/README.md"
if: always()
- uses: actions/upload-artifact@v3
with:
name: test-summary
path: reports/TESTS.md
path: reports/README.md
if: always()

0 comments on commit 51d3651

Please sign in to comment.