Skip to content

Commit c3396e0

Browse files
Updated pipeline to fix test results error taking copilot advice to switch provider for displaying test results.
1 parent dea6160 commit c3396e0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/run-tests-on-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
continue-on-error: true
4141

4242
- name: Publish Test Results
43-
uses: EnricoMi/publish-test-results-action@v2
43+
uses: dorny/test-reporter@v1
4444
if: always()
4545
with:
46-
files: test-results/test-results.trx
46+
name: . NET Tests
47+
path: test-results/*. trx
48+
reporter: dotnet-trx

0 commit comments

Comments
 (0)