Skip to content

Commit 08fcb2b

Browse files
committed
feat(button): try using just built
1 parent 28c6bc4 commit 08fcb2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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>

0 commit comments

Comments
 (0)