Skip to content

Commit 45d8567

Browse files
committed
feat(button): yml
1 parent 4ba0d06 commit 45d8567

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,10 @@ jobs:
191191
/p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \
192192
/p:E2ETracingEnabled=$E2E_TRACING_ENABLED
193193
194-
- name: Run Unit tests
195-
run: |
194+
- name: Run Unit tests
195+
run: dotnet test TELBlazor.Components.UnitTests\TELBlazor.Components.UnitTests.csproj --no-build --verbosity normal
196+
env:
197+
ASPNETCORE_ENVIRONMENT: ci
196198

197199

198200

0 commit comments

Comments
 (0)