We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f5f1d commit bd3f4e6Copy full SHA for bd3f4e6
.github/workflows/CI.yml
@@ -12,6 +12,9 @@ jobs:
12
- uses: actions/upload-artifact@v4
13
with: {name: dist, path: dist}
14
- 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
18
run: npm ci && npm test
19
- name: generate documentation
20
run: npm run doc
0 commit comments