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 de7ef05 commit bb74a59Copy full SHA for bb74a59
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -24,11 +24,11 @@ public async Task GeneratePdf()
24
25
bool isGitHubActions = sudoUser is not null && sudoUser.Equals("runner");
26
27
- //if(isGitHubActions)
28
- //{
29
- // Log.WriteInfo("Test Log", $"PDF Test skipping: Test is running on Github actions.");
30
- // return;
31
- //}
+ if(isGitHubActions)
+ {
+ Log.WriteInfo("Test Log", $"PDF Test skipping: Test is running on Github actions.");
+ return;
+ }
32
33
if(File.Exists(GlobalConst.TestPDFFilePath))
34
File.Delete(GlobalConst.TestPDFFilePath);
0 commit comments