Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/mobypark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Publish unit test results
continue-on-error: true
if: always()
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v2
with:
name: Unit Tests
reporter: dotnet-trx
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Publish integration test results
continue-on-error: true
if: always()
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v2
with:
name: Integration Tests
reporter: java-junit
Expand Down