Tags: harryzcy/retry
Tags
Merge pull request nick-fields#150 from nick-fields/nrf/bump-sem-rels Bump semantic-release packages
Upgrade to Node 20 (nick-fields#126) * fix: upgrade to node 20, update relevant actions * fix: install @vercel/ncc as dev dependency * fix: allow writing to performance global * fix: trivial change * fix: regenerate package-lock.json and dist/index.js * Revert "fix: trivial change" This reverts commit 256b59f.
Upgrade to Node 20 (nick-fields#126) * fix: upgrade to node 20, update relevant actions * fix: install @vercel/ncc as dev dependency * fix: allow writing to performance global * fix: trivial change * fix: regenerate package-lock.json and dist/index.js * Revert "fix: trivial change" This reverts commit 256b59f.
fix: Retry on timeout (nick-fields#106) * fix: do not set return value for timed out runs Commands that are killed manually due to timeout rarely returns a success status code (0). These codes should not be treated as errors but simply produced because of the timeout. * fix(windows): use variable to track timeout Use a variable to track timeout instead of relying on SIGTERM, as processes on Windows are not killed using signals.
Upgrade to node16 (nick-fields#101) > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: nick-fields/retry Co-authored-by: Nick Fields <46869826+nick-fields@users.noreply.github.com>
Refactor to make testing easier (nick-fields#90) * minor: refactor to make testing easier * patch: retrieve inputs into object rather than globals * test: run more "integration" tests in parallel * test: fix needs and rearrange ci_integration_* jobs * test: forgot comma * test: fix sad_path_timeout_minutes assertions * test: add single ci_all_tests_passed job that can be required for CI rather than each individual job * test: add single ci_all_tests_passed job that can be required for CI rather than each individual job
PreviousNext