Skip to content

Commit e35c365

Browse files
committed
Bad indentation
1 parent 352493d commit e35c365

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ jobs:
5050
- name: Test
5151
run: >-
5252
dotnet test
53-
--filter '(Execution!=Manual)'
54-
--no-build
55-
--configuration ${{ matrix.configuration }}
56-
--logger "console;verbosity=normal"
57-
--logger "trx"
58-
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
59-
--blame
60-
--blame-hang-timeout 7m
61-
--blame-crash
62-
--results-directory testresults
63-
--collect "XPlat Code Coverage" -- RunConfiguration.CollectSourceInformation=true
53+
--filter '(Execution!=Manual)'
54+
--no-build
55+
--configuration ${{ matrix.configuration }}
56+
--logger "console;verbosity=normal"
57+
--logger "trx"
58+
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
59+
--blame
60+
--blame-hang-timeout 7m
61+
--blame-crash
62+
--results-directory testresults
63+
--collect "XPlat Code Coverage" -- RunConfiguration.CollectSourceInformation=true
6464
6565
- name: Upload test results artifact
6666
if: always()

0 commit comments

Comments
 (0)