Skip to content

Commit 9bad5cf

Browse files
committed
no sandbox
1 parent 0073d7d commit 9bad5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: oven-sh/setup-bun@v2
2020
- run: bun install
21-
- run: bun run build:tsup && bun run test-mocha-headless-chrome:v6 --no-sandbox
21+
- run: bun run build:tsup && bun run test-mocha-headless-chrome:v6

tests/test-v6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var server = app.listen(8071, function() {
4949
console.log('Testing with Papa Parse entry point:', papaEntryPoint);
5050

5151
if (process.argv.indexOf('--mocha-headless-chrome') !== -1) {
52-
childProcess.spawn('node_modules/.bin/mocha-headless-chrome', ['-f', 'http://localhost:8071/tests/tests.html'], {
52+
childProcess.spawn('node_modules/.bin/mocha-headless-chrome', ['-f', 'http://localhost:8071/tests/tests.html', '-a="--no-sandbox"'], {
5353
stdio: 'inherit'
5454
}).on('exit', function(code) {
5555
cleanup();

0 commit comments

Comments
 (0)