Skip to content

Commit b2b2a80

Browse files
committed
feat(button) jgff
1 parent 54e9c57 commit b2b2a80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,7 @@ jobs:
357357
E2ETracingEnabled: $E2E_TRACING_ENABLED
358358
HeadlessTesting: $HEADLESS_TESTING
359359
run: |
360-
dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" \
361-
TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal \
360+
dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal \
362361
/p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
363362
/p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
364363
/p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \

0 commit comments

Comments
 (0)