-
Notifications
You must be signed in to change notification settings - Fork 46
Include build duration in success comment #650
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
5766fd7 to
c6beb12
Compare
|
Thank you for the example! The |
c6beb12 to
65a2700
Compare
65a2700 to
868bb7b
Compare
|
Could you please add (or modify an existing) test that has a different duration than just You can use let w1 = ctx.try_workflow();
ctx.modify_workflow(w1, |w| w.set_duration(Duration::from_secs(100)));to change it. |
868bb7b to
bbcbf04
Compare
|
I'm not sure if using |
|
Yes, I think that's why the test is failing😅 |
bbcbf04 to
f1127fc
Compare
Kobzol
left a comment
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.
Thank you! :)



close: #606