Skip to content

Commit 0400c8b

Browse files
[~] Fix env var
1 parent ee44828 commit 0400c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public async Task GeneratePdf()
2121
{
2222
Assert.That(IsValidHTML(Html));
2323

24-
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS");
24+
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB");
2525

2626
if(isGitHubActions == "1")
2727
{

0 commit comments

Comments
 (0)