-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: implement steps.timeout-minutes #1776
New issue
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
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report
@@ Coverage Diff @@
## master #1776 +/- ##
==========================================
+ Coverage 61.22% 62.50% +1.27%
==========================================
Files 46 51 +5
Lines 7141 8150 +1009
==========================================
+ Hits 4372 5094 +722
- Misses 2462 2668 +206
- Partials 307 388 +81
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look nice 🎉
I would prefer if you add a test, but I'll approve anyway.
@ChristopherHX this pull request has failed checks 🛠 |
I will create some positive tests later. Until we change the type of the property to yaml.Node we cannot say if the timeout number has been a string or a number. I have more small changes next to this one in my rebased fork, e.g. adding a graceful cancel mode (making |
Via ChristopherHX/github-act-runner#106