File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -81,17 +81,17 @@ jobs:
8181
8282 - name : Run tests
8383 run : |
84- dotnet test ${{ github.workspace }}/${{ env.TEST_PROJECT_PATH }} ^
85- --configuration ${{ env.DOTNET_CONFIGURATION }} ^
86- --logger "console;verbosity=normal" ^
87- --logger "trx" ^
88- --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" ^
89- /p:TrxLogFileNameSuffix=${{ matrix.os }} ^
90- --blame ^
91- --blame-hang-timeout 7m ^
92- --blame-crash ^
93- --results-directory testresults ^
94- --no-restore ^
84+ dotnet test ${{ github.workspace }}/${{ env.TEST_PROJECT_PATH }} \
85+ --configuration ${{ env.DOTNET_CONFIGURATION }} \
86+ --logger "console;verbosity=normal" \
87+ --logger "trx" \
88+ --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" \
89+ /p:TrxLogFileNameSuffix=${{ matrix.os }} \
90+ --blame \
91+ --blame-hang-timeout 7m \
92+ --blame-crash \
93+ --results-directory testresults \
94+ --no-restore \
9595 --no-build -- RunConfiguration.CollectSourceInformation=true
9696 shell : bash
9797 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments