File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ jobs:
2727 - name : Build
2828 run : dotnet build --no-restore --configuration Release
2929 - name : Test
30- run : dotnet test --no-build --verbosity normal --configuration Release --logger " trx;LogFileName=test-results.trx"
30+ run : dotnet test --no-build --verbosity normal --configuration Release --logger trx
3131 - name : Publish Test Results
3232 uses : EnricoMi/publish-unit-test-result-action@v2
3333 if : always()
3434 with :
3535 files : ' **/TestResults/*.trx'
36- check_name : ' Test Results'
36+ check_name : ' Test Results'
37+ large_files : true
Original file line number Diff line number Diff line change @@ -73,14 +73,15 @@ jobs:
7373 run : dotnet build --no-restore --configuration Release
7474
7575 - name : Test
76- run : dotnet test --no-build --verbosity normal --configuration Release --logger " trx;LogFileName=test-results.trx"
76+ run : dotnet test --no-build --verbosity normal --configuration Release --logger trx
7777
7878 - name : Publish Test Results
7979 uses : EnricoMi/publish-unit-test-result-action@v2
8080 if : always()
8181 with :
8282 files : ' **/TestResults/*.trx'
8383 check_name : ' Test Results'
84+ large_files : true
8485
8586 publish-release :
8687 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments