From 9589eb3def2fe051f91c60dbdefc5ce34933962e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:37:23 +0000 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v3.7.2 (#667) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 10 +++++----- .github/workflows/ci.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed32bd73..acc0569f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -64,7 +64,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -98,7 +98,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -133,7 +133,7 @@ jobs: - name: Build solution run: msbuild.exe Testably.Abstractions.sln /p:NetFrameworkOnly=True /p:platform="Any CPU" /p:configuration="Release" -t:restore,build -p:RestorePackagesConfig=true - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: vstest.console.exe .\Build\Tests\Testably.Abstractions.Tests\net48\Testably.Abstractions.Tests.dll .\Build\Tests\Testably.Abstractions.Parity.Tests\net48\Testably.Abstractions.Parity.Tests.dll .\Build\Tests\Testably.Abstractions.Testing.Tests\net48\Testably.Abstractions.Testing.Tests.dll /Logger:trx /ResultsDirectory:TestResults /collect:"Code Coverage;Format=Cobertura" attempt_limit: 2 @@ -169,7 +169,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True - name: Run example tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ef5c123..00e08a5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -58,7 +58,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -92,7 +92,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -127,7 +127,7 @@ jobs: - name: Build solution run: msbuild.exe Testably.Abstractions.sln /p:NetFrameworkOnly=True /p:platform="Any CPU" /p:configuration="Release" -t:restore,build -p:RestorePackagesConfig=true - name: Run tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: vstest.console.exe .\Build\Tests\Testably.Abstractions.Tests\net48\Testably.Abstractions.Tests.dll .\Build\Tests\Testably.Abstractions.Parity.Tests\net48\Testably.Abstractions.Parity.Tests.dll .\Build\Tests\Testably.Abstractions.Testing.Tests\net48\Testably.Abstractions.Testing.Tests.dll /Logger:trx /ResultsDirectory:TestResults /collect:"Code Coverage;Format=Cobertura" attempt_limit: 2 @@ -172,7 +172,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True - name: Run example tests - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: command: dotnet test Examples --no-build attempt_limit: 2