Skip to content

Commit

Permalink
fix(ci): Update ci to work with last version of puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 4, 2024
1 parent ff6b29f commit c413283
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/doc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ runners:
lint:
global: true
cmd: npx [email protected] -c /mnt/.ci/doc/eslint.json {{ snippet.dir }}
before: timeout 600 ash -c 'until stat /home/node/runner_ready_to_lint; do sleep 1; done'
before: timeout 600 ash -c 'until stat /tmp/runner_ready_to_lint; do sleep 1; done'
run:
cmd: node {{ snippet.source }}
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'
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'

web:
service: doc-runner-web
Expand Down
40 changes: 40 additions & 0 deletions src/utils/browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c413283

Please sign in to comment.