Skip to content

Commit

Permalink
Update reports.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbouchet authored Oct 19, 2023
1 parent 1a8617b commit ef2068c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
path: artifacts

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 #v2.11.0
with:
files: "artifacts/**/*.xml"
files: "**/*.xml"

0 comments on commit ef2068c

Please sign in to comment.