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 6bf146b commit 6b4a1afCopy full SHA for 6b4a1af
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -27,9 +27,8 @@ public async Task GeneratePdf()
27
28
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS");
29
30
- Console.WriteLine(isGitHubActions);
31
- Debug.WriteLine(isGitHubActions);
32
- Log.WriteWarning("is github actions", isGitHubActions);
+ Log.WriteWarning("is github actions1", Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS"));
+ Log.WriteWarning("is github actions2", Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB"));
33
34
if (!string.IsNullOrEmpty(isGitHubActions))
35
{
0 commit comments