Skip to content

Commit a3d8bd6

Browse files
committed
Fix wrong header of raw data output
1 parent 3fa4041 commit a3d8bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm.Tests/TestInfoTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void IsBuildServerTest()
2121
public void IsGithubActionsTest()
2222
{
2323
var githubActions = Environment.GetEnvironmentVariable("GITHUB_WORKSPACE");
24-
Console.WriteLine($"TEAMCITY_VERSION : {githubActions}; IsBuildServer : {TestInfo.IsGithubActions}");
24+
Console.WriteLine($"GITHUB_WORKSPACE : {githubActions}; IsBuildServer : {TestInfo.IsGithubActions}");
2525

2626
if (githubActions is null) {
2727
Assert.That(TestInfo.IsGithubActions, Is.False);

0 commit comments

Comments
 (0)