You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which I assumed would run if the action failed or successfully completed at any point. However, after doing some test runs I can see that an action can successfully complete without running the cleanup routine sometimes, but I'm not sure why. I'll investigate a bit on my end and report if I find any further clues.
The text was updated successfully, but these errors were encountered:
I'm pretty sure this is an oversight, but it's been a while. It seems pretty reasonable to me to expect either Failure or Success to always run at least once. I'll totally take a PR for this.
Hello and thanks for an amazing library. I'm running into an issue when using a Success | Failure matcher for action cleanup:
Which I assumed would run if the action failed or successfully completed at any point. However, after doing some test runs I can see that an action can successfully complete without running the cleanup routine sometimes, but I'm not sure why. I'll investigate a bit on my end and report if I find any further clues.
The text was updated successfully, but these errors were encountered: