Skip to content

Commit bb74a59

Browse files
.
1 parent de7ef05 commit bb74a59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ public async Task GeneratePdf()
2424

2525
bool isGitHubActions = sudoUser is not null && sudoUser.Equals("runner");
2626

27-
//if(isGitHubActions)
28-
//{
29-
// Log.WriteInfo("Test Log", $"PDF Test skipping: Test is running on Github actions.");
30-
// return;
31-
//}
27+
if(isGitHubActions)
28+
{
29+
Log.WriteInfo("Test Log", $"PDF Test skipping: Test is running on Github actions.");
30+
return;
31+
}
3232

3333
if(File.Exists(GlobalConst.TestPDFFilePath))
3434
File.Delete(GlobalConst.TestPDFFilePath);

0 commit comments

Comments
 (0)