Skip to content

Commit 3bc7897

Browse files
committed
feat(button): none verbose
1 parent 91df5c9 commit 3bc7897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
E2ETracingEnabled: ${{ env.E2E_TRACING_ENABLED }}
302302
HeadlessTesting: ${{ env.HEADLESS_TESTING }}
303303
run: |
304-
dotnet test --no-build --no-restore --verbosity verbose \
304+
dotnet test --no-build --no-restore \
305305
/p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
306306
/p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
307307
/p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \

0 commit comments

Comments
 (0)