Skip to content

Commit

Permalink
Improving logging is so overwhelming
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCS committed May 28, 2024
1 parent 218f57a commit 680c726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build
run: dotnet build --no-restore --verbosity m --configuration Release /p:Version=${{ steps.versioner.outputs.Version }}
- name: Test
run: dotnet test --no-build --configuration Release --verbosity quiet --logger "trx;LogFileName=test-results.trx" --results-directory "TestResults"
run: dotnet test --no-build --configuration Release --verbosity quiet --consoleLoggerParameters:ErrorsOnly --logger "trx;LogFileName=test-results.trx" --results-directory "TestResults"
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit 680c726

Please sign in to comment.