Skip to content

Commit bd3f4e6

Browse files
author
Erik Soehnel
committed
Disable chrome sandbox in worker test
1 parent f6f5f1d commit bd3f4e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- uses: actions/upload-artifact@v4
1313
with: {name: dist, path: dist}
1414
- name: test
15+
env:
16+
# headless chrome will not start in sandbox mode (which we don't need anyways)
17+
RUN_WORKER_TEST_WITHOUT_PUPPETEER_SANDBOX: 1
1518
run: npm ci && npm test
1619
- name: generate documentation
1720
run: npm run doc

0 commit comments

Comments
 (0)