Skip to content

Commit c413283

Browse files
committed
fix(ci): Update ci to work with last version of puppeteer
1 parent ff6b29f commit c413283

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

.ci/doc/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ runners:
1313
lint:
1414
global: true
1515
cmd: npx eslint@8.38.0 -c /mnt/.ci/doc/eslint.json {{ snippet.dir }}
16-
before: timeout 600 ash -c 'until stat /home/node/runner_ready_to_lint; do sleep 1; done'
16+
before: timeout 600 ash -c 'until stat /tmp/runner_ready_to_lint; do sleep 1; done'
1717
run:
1818
cmd: node {{ snippet.source }}
19-
before: timeout 600 ash -c 'until stat /home/node/runner_is_ready && curl -f -s -o /dev/null http://kuzzle:7512/_now; do sleep 1; done'
19+
before: timeout 600 ash -c 'until stat /tmp/runner_is_ready && curl -f -s -o /dev/null http://kuzzle:7512/_now; do sleep 1; done'
2020

2121
web:
2222
service: doc-runner-web

src/utils/browser.js

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)