Skip to content

Commit 4ae817b

Browse files
Fix GitHub step summaries
Disable including passed tests to fix the step summaries being too large since the upgrade to GitHubActionsTestLogger v3.
1 parent 243201c commit 4ae817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ($LASTEXITCODE -ne 0) {
1919
$additionalArgs = @()
2020

2121
if (![string]::IsNullOrEmpty(${env:GITHUB_SHA})) {
22-
$additionalArgs += "--logger:GitHubActions;report-warnings=false"
22+
$additionalArgs += "--logger:GitHubActions;report-warnings=false;summary-include-passed=false"
2323
$additionalArgs += "--logger:junit;LogFilePath=junit.xml"
2424
}
2525

0 commit comments

Comments
 (0)