Skip to content

Commit

Permalink
ci: Added logger for dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuca committed Dec 12, 2023
1 parent 2d56af7 commit 8473ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: .\build.ps1 -Configuration Release
- run: dotnet test --configuration Release --no-build .\TwinGet.sln
- run: dotnet test --configuration Release --no-build --logger "console;verbosity=detailed" .\TwinGet.sln

0 comments on commit 8473ef1

Please sign in to comment.