Skip to content

Commit f066800

Browse files
committed
not sure why it was ^ not "
1 parent 9b3a401 commit f066800

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/tests.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)