Skip to content

Commit

Permalink
chore(deps): update wandalen/wretry.action action to v3.7.2 (#667)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent b4988f4 commit 9589eb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage"
attempt_limit: 2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage"
attempt_limit: 2
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage"
attempt_limit: 2
Expand Down Expand Up @@ -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/[email protected].0
uses: Wandalen/[email protected].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
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Build example solution
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
- name: Run example tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test Examples --no-build
attempt_limit: 2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
attempt_limit: 2
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
attempt_limit: 2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
attempt_limit: 2
Expand Down Expand Up @@ -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/[email protected].0
uses: Wandalen/[email protected].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
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Build example solution
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
- name: Run example tests
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
command: dotnet test Examples --no-build
attempt_limit: 2
Expand Down

0 comments on commit 9589eb3

Please sign in to comment.