Skip to content

Commit d3c3b96

Browse files
committed
fix: sandbox error
1 parent f09c0fd commit d3c3b96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/run-tests-ci.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { reportResults } from 'twd-js/runner-ci';
33

44
const browser = await puppeteer.launch({
55
headless: true,
6+
args: ['--no-sandbox', '--disable-setuid-sandbox'],
67
});
78
const page = await browser.newPage();
89
console.time('Total Test Time');

0 commit comments

Comments
 (0)