Skip to content

Commit 9589eb3

Browse files
chore(deps): update wandalen/wretry.action action to v3.7.2 (#667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4988f4 commit 9589eb3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build solution
3131
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
3232
- name: Run tests
33-
uses: Wandalen/[email protected].0
33+
uses: Wandalen/[email protected].2
3434
with:
3535
command: dotnet test --no-build --collect:"XPlat Code Coverage"
3636
attempt_limit: 2
@@ -64,7 +64,7 @@ jobs:
6464
- name: Build solution
6565
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
6666
- name: Run tests
67-
uses: Wandalen/[email protected].0
67+
uses: Wandalen/[email protected].2
6868
with:
6969
command: dotnet test --no-build --collect:"XPlat Code Coverage"
7070
attempt_limit: 2
@@ -98,7 +98,7 @@ jobs:
9898
- name: Build solution
9999
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
100100
- name: Run tests
101-
uses: Wandalen/[email protected].0
101+
uses: Wandalen/[email protected].2
102102
with:
103103
command: dotnet test --no-build --collect:"XPlat Code Coverage"
104104
attempt_limit: 2
@@ -133,7 +133,7 @@ jobs:
133133
- name: Build solution
134134
run: msbuild.exe Testably.Abstractions.sln /p:NetFrameworkOnly=True /p:platform="Any CPU" /p:configuration="Release" -t:restore,build -p:RestorePackagesConfig=true
135135
- name: Run tests
136-
uses: Wandalen/[email protected].0
136+
uses: Wandalen/[email protected].2
137137
with:
138138
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"
139139
attempt_limit: 2
@@ -169,7 +169,7 @@ jobs:
169169
- name: Build example solution
170170
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
171171
- name: Run example tests
172-
uses: Wandalen/[email protected].0
172+
uses: Wandalen/[email protected].2
173173
with:
174174
command: dotnet test Examples --no-build
175175
attempt_limit: 2

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build solution
2525
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
2626
- name: Run tests
27-
uses: Wandalen/[email protected].0
27+
uses: Wandalen/[email protected].2
2828
with:
2929
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
3030
attempt_limit: 2
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build solution
5959
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
6060
- name: Run tests
61-
uses: Wandalen/[email protected].0
61+
uses: Wandalen/[email protected].2
6262
with:
6363
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
6464
attempt_limit: 2
@@ -92,7 +92,7 @@ jobs:
9292
- name: Build solution
9393
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
9494
- name: Run tests
95-
uses: Wandalen/[email protected].0
95+
uses: Wandalen/[email protected].2
9696
with:
9797
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
9898
attempt_limit: 2
@@ -127,7 +127,7 @@ jobs:
127127
- name: Build solution
128128
run: msbuild.exe Testably.Abstractions.sln /p:NetFrameworkOnly=True /p:platform="Any CPU" /p:configuration="Release" -t:restore,build -p:RestorePackagesConfig=true
129129
- name: Run tests
130-
uses: Wandalen/[email protected].0
130+
uses: Wandalen/[email protected].2
131131
with:
132132
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"
133133
attempt_limit: 2
@@ -172,7 +172,7 @@ jobs:
172172
- name: Build example solution
173173
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
174174
- name: Run example tests
175-
uses: Wandalen/[email protected].0
175+
uses: Wandalen/[email protected].2
176176
with:
177177
command: dotnet test Examples --no-build
178178
attempt_limit: 2

0 commit comments

Comments
 (0)