Skip to content

Commit 59a810d

Browse files
committed
🔄 ci: No sandbox for CI
1 parent 038fbd7 commit 59a810d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/browser.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export const makeBrowser = async (headless = false, windowSize = "1200,900") =>
1313
`--load-extension=${root}`,
1414
`--window-size=${windowSize}`,
1515
"--user-agent=PuppeteerAgent",
16+
"--no-sandbox",
17+
"--disable-setuid-sandbox",
1618
"--disable-web-security", // Allow clipboard access
1719
],
1820
});

0 commit comments

Comments
 (0)