Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfawcett123 authored Jan 18, 2023
1 parent 4fe6747 commit 1630cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
trx_files: "*.trx"
trx_files: "TestResults/*.trx"

- name: Code Coverage Report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 1630cbf

Please sign in to comment.