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 e41015c commit ee44828Copy full SHA for ee44828
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -23,6 +23,10 @@ public async Task GeneratePdf()
23
24
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS");
25
26
+ if(isGitHubActions == "1")
27
+ {
28
+ return;
29
+ }
30
31
if (File.Exists(FilePath))
32
File.Delete(FilePath);
0 commit comments