Heya quick question to confirm my understanding: do nested steps behave identical to non-nested ones with regards to cache usage after failures?
Specifically, if a nested step fails, would the cached results from all parent steps be reused? Or is the caching of parent steps tied to the success of the (most) inner step(s) somehow?