Skip to content

Commit 6b4a1af

Browse files
.
1 parent 6bf146b commit 6b4a1af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ public async Task GeneratePdf()
2727

2828
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS");
2929

30-
Console.WriteLine(isGitHubActions);
31-
Debug.WriteLine(isGitHubActions);
32-
Log.WriteWarning("is github actions", isGitHubActions);
30+
Log.WriteWarning("is github actions1", Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS"));
31+
Log.WriteWarning("is github actions2", Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB"));
3332

3433
if (!string.IsNullOrEmpty(isGitHubActions))
3534
{

0 commit comments

Comments
 (0)