Skip to content

Commit e301c2a

Browse files
.
1 parent 3f1f334 commit e301c2a

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
@@ -26,7 +26,7 @@ public async Task GeneratePdf()
2626

2727
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB");
2828

29-
if (!string.IsNullOrEmpty(isGitHubActions))
29+
if (string.IsNullOrEmpty(isGitHubActions))
3030
{
3131
return;
3232
}

0 commit comments

Comments
 (0)