Skip to content

Commit

Permalink
Fix test results publishing step to find trx files
Browse files Browse the repository at this point in the history
  • Loading branch information
tombogle committed Nov 7, 2024
1 parent e40c539 commit 9b15ce4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action/windows@v2
with:
check_name: LibPalaso Tests
files: ./test-results/**/*.trx
files: |
./test-results/netcoreapp2.1/**/*.trx
./test-results/net6.0/**/*.trx
./test-results/net8.0/**/*.trx
action_fail: true
action_fail_on_inconclusive: true

Expand Down

0 comments on commit 9b15ce4

Please sign in to comment.