Skip to content

Commit

Permalink
chore(deps): update dorny/test-reporter action to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smartway-bot[bot] authored Jul 30, 2024
1 parent 6a9d681 commit a308709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xamarin-ui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
continue-on-error: true
run: dotnet test Smartway.UiComponent.UnitTests/Smartway.UiComponent.UnitTests.csproj --logger "trx;LogFileName=test-results-unittests.trx"
- name: Test Report - Unit Tests
uses: dorny/test-reporter@v1.5.0
uses: dorny/test-reporter@v1.9.1
if: success() || (failure() && steps.unittests.outcome == 'failure')
with:
name: Unit Tests Results
Expand Down

0 comments on commit a308709

Please sign in to comment.