We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a33068 commit 906aa00Copy full SHA for 906aa00
GitHubActionsTestLogger/GitHub/GitHubWorkflow.cs
@@ -84,7 +84,8 @@ internal partial class GitHubWorkflow
84
{
85
public static TextWriter DefaultCommandWriter => Console.Out;
86
87
- public static TextWriter DefaultSummaryWriter => // Summary is written to the file specified by an environment variable.
+ public static TextWriter DefaultSummaryWriter =>
88
+ // Summary is written to the file specified by an environment variable.
89
// We may need to write to the summary file from multiple test suites in parallel,
90
// so we should use a stream that delays acquiring the file lock until the very last moment,
91
// and employs retry logic to handle potential race conditions.
0 commit comments