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 a0b9e9a commit 574ddf3Copy full SHA for 574ddf3
.github/workflows/reuseable-ci-checks.yml
@@ -194,8 +194,8 @@ jobs:
194
- name: Run Unit tests
195
run: dotnet test "TELBlazor.Components.UnitTests.csproj" --no-build --verbosity normal
196
working-directory: "./TELBlazor.Components.UnitTests"
197
- env:
198
- aspnetcore_environment: ci
+ env:
+ aspnetcore_environment: ci
199
200
# - name: Run bUnit tests
201
# run: dotnet test Package.Shared.BlazorComponents.UnitTests.csproj --no-build --verbosity minimal
0 commit comments