Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Oct 16, 2024
1 parent 12dce5c commit d2252e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/dotnet-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ runs:
dotnet test --no-build --framework ${{ inputs.framework }}
--blame-hang --blame-hang-dump-type full --blame-hang-timeout 10m
--logger "console;verbosity=detailed"
--logger "trx;LogFileName=${{ input.test-results-dir }}/TestResults-${{ inputs.name }}.trx"
--logger "trx;LogFileName=${{ inputs.test-results-dir }}/TestResults-${{ inputs.name }}.trx"
-p:CollectCoverage=true -p:CoverletOutputFormat=cobertura -p:CoverletOutput=${{ inputs.test-coverage-dir }}/${{ inputs.name }}.xml
env:
DOTNET_DbgEnableMiniDump: 1
DOTNET_DbgMiniDumpType: 2
DOTNET_DbgMiniDumptype: 2
DOTNET_CreateDumpLogToFile: ${{ inputs.test-results-dir }}test-%e-%p.dmp

0 comments on commit d2252e8

Please sign in to comment.