Tags: nick-fields/retry
Tags
Upgrade to Node 20 (#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 (#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 (#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 (#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 <[email protected]>
Refactor to make testing easier (#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
Use spawn not exec to run commands (#88) * minor: use spawn to stream larger output rather than exec which buffers it * test: verify distinct error code is returned from large output test * test: breakout additional integration tests to run in parallel * test: dont pass/fail PRs for coverage yet
[Snyk] Upgrade @actions/core from 1.8.2 to 1.9.0 (#81) * fix: upgrade @actions/core from 1.8.2 to 1.9.0 Snyk has created this PR to upgrade @actions/core from 1.8.2 to 1.9.0. See this package in npm: https://www.npmjs.com/package/@actions/core See this project in Snyk: https://app.snyk.io/org/nick-invision/project/b960b937-66a3-4aae-9cb2-321f49c8750b?utm_source=github&utm_medium=referral&page=upgrade-pr * patch: regenerate dist Co-authored-by: Nick Fields <[email protected]>
PreviousNext