Skip to content

Commit

Permalink
CI: added detailed output for dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fyziktom committed Dec 11, 2024
1 parent 71bb330 commit a60cad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build Common project
run: dotnet build hio-dotnet.Common/hio-dotnet.Common.csproj --no-restore
- name: Run Tests
run: dotnet test hio-dotnet.Tests.Common/hio-dotnet.Tests.Common.csproj --no-build --verbosity normal
run: dotnet test hio-dotnet.Tests.Common/hio-dotnet.Tests.Common.csproj --no-build --verbosity detailed

0 comments on commit a60cad0

Please sign in to comment.