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 ee44828 commit 0400c8bCopy full SHA for 0400c8b
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -21,7 +21,7 @@ public async Task GeneratePdf()
21
{
22
Assert.That(IsValidHTML(Html));
23
24
- string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS");
+ string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB");
25
26
if(isGitHubActions == "1")
27
0 commit comments