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 45d8567 commit b101e0dCopy full SHA for b101e0d
.github/workflows/reuseable-ci-checks.yml
@@ -192,7 +192,7 @@ jobs:
192
/p:E2ETracingEnabled=$E2E_TRACING_ENABLED
193
194
- name: Run Unit tests
195
- run: dotnet test TELBlazor.Components.UnitTests\TELBlazor.Components.UnitTests.csproj --no-build --verbosity normal
+ run: dotnet test ./TELBlazor.Components.UnitTests/TELBlazor.Components.UnitTests.csproj --no-build --verbosity normal
196
env:
197
ASPNETCORE_ENVIRONMENT: ci
198
0 commit comments