File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263263 E2ETracingEnabled : ${{ env.E2E_TRACING_ENABLED }}
264264 HeadlessTesting : ${{ env.HEADLESS_TESTING }}
265265 run : |
266- dotnet test
266+ dotnet test --no-build --no-restore
267267 continue-on-error : true
268268
269269
Original file line number Diff line number Diff line change 1616 <ExcludeByAttribute >ExcludeFromCodeCoverage</ExcludeByAttribute >
1717 <ExcludeByFile >**/Program.cs,**/Components/TestComponents/*.*</ExcludeByFile >
1818 <IncludeTestAssembly >true</IncludeTestAssembly >
19+ <!-- centralising TestResults output could reduce abitity to run tests in parralel-->
1920 <CoverletOutput >$(MSBuildThisFileDirectory)TestResults/</CoverletOutput >
2021 <MergeWith >$(MSBuildThisFileDirectory)TestResults/coverage.json</MergeWith >
2122 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments