Skip to content

Commit 2c2ba47

Browse files
.
1 parent 2ef5174 commit 2c2ba47

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
@@ -67,7 +67,7 @@ public async Task GeneratePdf()
6767
Headless = true,
6868
DumpIO = isGitHubActions != null ? true : false, // Enables debug logs
6969
Args = isGitHubActions != null ?
70-
new[] { "--database=/tmp" }
70+
new[] { "--database=/tmp", "--no-sandbox" }
7171
: [] // No additional arguments locally
7272
});
7373

0 commit comments

Comments
 (0)