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 88cec2d commit 9f3d367Copy full SHA for 9f3d367
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -54,9 +54,9 @@ public async Task GeneratePdf()
54
ExecutablePath = isGitHubActions != null ? "/usr/bin/chromium-browser" : brw.GetExecutablePath(),
55
Headless = true,
56
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
+ Args = isGitHubActions != null ?
+ new[] { "--database=/tmp" }
+ : [] // No additional arguments locally
60
});
61
62
try
0 commit comments