We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of the Feature to be Added
Known issue that intermittent CI fails are experienced on runners. The idea is to implement an automatic retry on steps prone to java fails.
(OPTIONAL) Suggested Implementations
Additional context
As suggested here - SO thread
uses: nick-fields/retry@v2 with: timeout_minutes: 10 max_attempts: 3 command: | git clone https://github.com/{owner}/{repo}.git cd {repo}
The text was updated successfully, but these errors were encountered:
/home/runner/work/_temp/15f0232e-ebc1-4ac4-a8b0-58a650ba8b1e.sh: line 1: 2655 Segmentation fault (core dumped) pytest Error: Process completed with exit code 139.
on test with pytest step, full test suite, ubuntu runner.
Sorry, something went wrong.
No branches or pull requests
Description of the Feature to be Added
Known issue that intermittent CI fails are experienced on runners. The idea is to implement an automatic retry on steps prone to java fails.
(OPTIONAL) Suggested Implementations
Additional context
As suggested here - SO thread
The text was updated successfully, but these errors were encountered: