Skip to content

Commit 57208f4

Browse files
committed
feat(button): shouldnt need it
1 parent fc63f71 commit 57208f4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)