Tags: mmkal/retry
Tags
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.
Fix link to documentation about `shell` (nick-fields#105) * Fix link to documentation about `shell` * Actualize documentation links
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
Use spawn not exec to run commands (nick-fields#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 (nick-fields#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 <46869826+nick-fields@users.noreply.github.com>
Merge pull request nick-fields#60 from nick-fields/dependabot/npm_and… …_yarn/trim-off-newlines-1.0.3 build(deps): bump trim-off-newlines from 1.0.1 to 1.0.3
Merge pull request nick-fields#50 from asnewman/new-command-on-retry-… …feature Add new_command_on_retry
PreviousNext