Skip to content

Commit

Permalink
try a different extension
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-p committed Dec 9, 2024
1 parent 82b2d84 commit 33f0aa5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/compilerfunctionaltests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ runs:
name: test-results
path: ${{ env.TEST_RESULTS_DIR }}/test_results.trx

- name: Report test results
- name: Display test summary
if: always()
uses: dorny/test-reporter@v1
uses: test-summary/action@v2
with:
name: .NET Tests
path: ${{ env.TEST_RESULTS_DIR }}/test_results.trx
reporter: dotnet-trx
paths: ${{ env.TEST_RESULTS_DIR }}/test_results.trx

0 comments on commit 33f0aa5

Please sign in to comment.