From a308709243e84ae0ddf186dd771d6e9d8793e112 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:21:42 +0000 Subject: [PATCH] chore(deps): update dorny/test-reporter action to v1.9.1 --- .github/workflows/xamarin-ui-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xamarin-ui-build.yml b/.github/workflows/xamarin-ui-build.yml index 717accc..4c8193d 100644 --- a/.github/workflows/xamarin-ui-build.yml +++ b/.github/workflows/xamarin-ui-build.yml @@ -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