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 2ef5174 commit 2c2ba47Copy full SHA for 2c2ba47
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -67,7 +67,7 @@ public async Task GeneratePdf()
67
Headless = true,
68
DumpIO = isGitHubActions != null ? true : false, // Enables debug logs
69
Args = isGitHubActions != null ?
70
- new[] { "--database=/tmp" }
+ new[] { "--database=/tmp", "--no-sandbox" }
71
: [] // No additional arguments locally
72
});
73
0 commit comments