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 e404a57 commit 54e46efCopy full SHA for 54e46ef
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -76,7 +76,7 @@ public async Task GeneratePdf()
76
Headless = true,
77
DumpIO = isGitHubActions != null ? true : false, // Enables debug logs
78
Args = isGitHubActions != null ?
79
- new[] { "--database=/tmp", "--no-sandbox" }
+ new[] { "--database=/tmp", "--no-sandbox", "--read-only" }
80
: [] // No additional arguments locally
81
});
82
0 commit comments