Skip to content

Commit

Permalink
Fix publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
georgms committed Dec 11, 2023
1 parent 9bac063 commit aa1865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: '*/test-results/**/*.xml'
files: 'test-results/**/*.xml'

0 comments on commit aa1865b

Please sign in to comment.