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 3f1f334 commit e301c2aCopy full SHA for e301c2a
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -26,7 +26,7 @@ public async Task GeneratePdf()
26
27
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB");
28
29
- if (!string.IsNullOrEmpty(isGitHubActions))
+ if (string.IsNullOrEmpty(isGitHubActions))
30
{
31
return;
32
}
0 commit comments