Skip to content

Commit edce404

Browse files
committed
chore: fix launch on GitHub Actions
1 parent d67228e commit edce404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest-puppeteer.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ process.env.TEST_SERVER_PORT = port;
1010
const jestPuppeteerConfig = {
1111
launch: {
1212
headless: "new",
13+
args: ["--no-sandbox"],
1314
},
1415
browserContext: process.env.INCOGNITO ? "incognito" : "default",
1516
server: {

0 commit comments

Comments
 (0)