|
24 | 24 | - name: Build solution |
25 | 25 | run: dotnet build /p:NetCoreOnly=True --configuration "Release" |
26 | 26 | - name: Run tests |
27 | | - uses: Wandalen/[email protected].0 |
| 27 | + uses: Wandalen/[email protected].2 |
28 | 28 | with: |
29 | 29 | command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" |
30 | 30 | attempt_limit: 2 |
|
58 | 58 | - name: Build solution |
59 | 59 | run: dotnet build /p:NetCoreOnly=True --configuration "Release" |
60 | 60 | - name: Run tests |
61 | | - uses: Wandalen/[email protected].0 |
| 61 | + uses: Wandalen/[email protected].2 |
62 | 62 | with: |
63 | 63 | command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" |
64 | 64 | attempt_limit: 2 |
|
92 | 92 | - name: Build solution |
93 | 93 | run: dotnet build /p:NetCoreOnly=True --configuration "Release" |
94 | 94 | - name: Run tests |
95 | | - uses: Wandalen/[email protected].0 |
| 95 | + uses: Wandalen/[email protected].2 |
96 | 96 | with: |
97 | 97 | command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" |
98 | 98 | attempt_limit: 2 |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | - name: Build solution |
128 | 128 | run: msbuild.exe Testably.Abstractions.sln /p:NetFrameworkOnly=True /p:platform="Any CPU" /p:configuration="Release" -t:restore,build -p:RestorePackagesConfig=true |
129 | 129 | - name: Run tests |
130 | | - uses: Wandalen/[email protected].0 |
| 130 | + uses: Wandalen/[email protected].2 |
131 | 131 | with: |
132 | 132 | 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" |
133 | 133 | attempt_limit: 2 |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | - name: Build example solution |
173 | 173 | run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True |
174 | 174 | - name: Run example tests |
175 | | - uses: Wandalen/[email protected].0 |
| 175 | + uses: Wandalen/[email protected].2 |
176 | 176 | with: |
177 | 177 | command: dotnet test Examples --no-build |
178 | 178 | attempt_limit: 2 |
|
0 commit comments