Skip to content

Commit 54e46ef

Browse files
[~] Testing puppeteer arguments
1 parent e404a57 commit 54e46ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public async Task GeneratePdf()
7676
Headless = true,
7777
DumpIO = isGitHubActions != null ? true : false, // Enables debug logs
7878
Args = isGitHubActions != null ?
79-
new[] { "--database=/tmp", "--no-sandbox" }
79+
new[] { "--database=/tmp", "--no-sandbox", "--read-only" }
8080
: [] // No additional arguments locally
8181
});
8282

0 commit comments

Comments
 (0)