We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa4041 commit a3d8bd6Copy full SHA for a3d8bd6
1 file changed
Orm/Xtensive.Orm.Tests/TestInfoTest.cs
@@ -21,7 +21,7 @@ public void IsBuildServerTest()
21
public void IsGithubActionsTest()
22
{
23
var githubActions = Environment.GetEnvironmentVariable("GITHUB_WORKSPACE");
24
- Console.WriteLine($"TEAMCITY_VERSION : {githubActions}; IsBuildServer : {TestInfo.IsGithubActions}");
+ Console.WriteLine($"GITHUB_WORKSPACE : {githubActions}; IsBuildServer : {TestInfo.IsGithubActions}");
25
26
if (githubActions is null) {
27
Assert.That(TestInfo.IsGithubActions, Is.False);
0 commit comments