Skip to content

Commit

Permalink
add Publish Test Results
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 17, 2024
1 parent 11d75cc commit f739b39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,8 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
path: artifacts
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: "artifacts/**/*.xml"

0 comments on commit f739b39

Please sign in to comment.