Skip to content

Commit b101e0d

Browse files
committed
feat(button): test route
1 parent 45d8567 commit b101e0d

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
@@ -192,7 +192,7 @@ jobs:
192192
/p:E2ETracingEnabled=$E2E_TRACING_ENABLED
193193
194194
- name: Run Unit tests
195-
run: dotnet test TELBlazor.Components.UnitTests\TELBlazor.Components.UnitTests.csproj --no-build --verbosity normal
195+
run: dotnet test ./TELBlazor.Components.UnitTests/TELBlazor.Components.UnitTests.csproj --no-build --verbosity normal
196196
env:
197197
ASPNETCORE_ENVIRONMENT: ci
198198

0 commit comments

Comments
 (0)