Skip to content

Commit 9f3d367

Browse files
.
1 parent 88cec2d commit 9f3d367

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ public async Task GeneratePdf()
5454
ExecutablePath = isGitHubActions != null ? "/usr/bin/chromium-browser" : brw.GetExecutablePath(),
5555
Headless = true,
5656
DumpIO = isGitHubActions != null ? true : false, // Enables debug logs
57-
//Args = isGitHubActions!=null ?
58-
// new[] { "--no-sandbox", "--database=/tmp", "--disable-setuid-sandbox" }
59-
// : [] // No additional arguments locally
57+
Args = isGitHubActions != null ?
58+
new[] { "--database=/tmp" }
59+
: [] // No additional arguments locally
6060
});
6161

6262
try

0 commit comments

Comments
 (0)