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
I setup retry because of a flaky test which has never been a problem of timing out. It usually last 50~60 minutes and succeed or fail.
retry
Here my config:
- name: Test uses: nick-fields/retry@v2 with: max_attempts: 5 timeout_minutes: 90 shell: bash command: | ./gradlew -Pswift=false build --stacktrace --warning-mode all
Here is the job: https://github.com/square/wire/actions/runs/6036930069/job/16380190814 I cannot find log saying that anything has been retried and the step failed on the first attempt.
Why isn't it retrying? Is my config wrong?
The text was updated successfully, but these errors were encountered:
I have the same problem, it seems like the same problem as #44, which is said to have been fixed.
Sorry, something went wrong.
I've been able to fix this by using nick-fields/retry@v2.9.0 instead of @v2
nick-fields/retry@v2.9.0
@v2
nick-fields
No branches or pull requests
I setup
retry
because of a flaky test which has never been a problem of timing out. It usually last 50~60 minutes and succeed or fail.Here my config:
Here is the job: https://github.com/square/wire/actions/runs/6036930069/job/16380190814
I cannot find log saying that anything has been retried and the step failed on the first attempt.
Why isn't it retrying? Is my config wrong?
The text was updated successfully, but these errors were encountered: