We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e9c57 commit b2b2a80Copy full SHA for b2b2a80
.github/workflows/reuseable-ci-checks.yml
@@ -357,8 +357,7 @@ jobs:
357
E2ETracingEnabled: $E2E_TRACING_ENABLED
358
HeadlessTesting: $HEADLESS_TESTING
359
run: |
360
- dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" \
361
- TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal \
+ dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" 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 \
0 commit comments