File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -357,11 +357,17 @@ jobs:
357357 E2ETracingEnabled : $E2E_TRACING_ENABLED
358358 HeadlessTesting : $HEADLESS_TESTING
359359 run : |
360- dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal
360+ dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" \
361+ TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal \
362+ /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
363+ /p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
364+ /p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
365+ /p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \
366+ /p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \
367+ /p:E2ETracingEnabled=$E2E_TRACING_ENABLED \
368+ /p:HeadlessTesting=$HEADLESS_TESTING
361369 working-directory : ./TELBlazor.Components.ShowCase.E2ETests
362-
363370
364-
365371 reuseable-ci-checks-code-coverage :
366372 name : Check for code coverage
367373 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments