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 7319303 commit 4fe6747
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: Results
path: SimListenerTest/TestResults/*.trx , SimListenerTest/coverage.opencover.xml
name: TestResults
path: |
SimListenerTest/TestResults/*.trx
SimListenerTest/coverage.opencover.xml
results:
name: Results
Expand All @@ -75,7 +77,7 @@ jobs:
- name: Download built project
uses: actions/download-artifact@v3
with:
name: Results
name: TestResults

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 4fe6747

Please sign in to comment.