brief-restaurant-63679
11/05/2023, 4:18 PM2 deploy action(s) failed!
...because it's counting api and vote which is downstream dep.
We get the fail count here: https://github.com/garden-io/garden/blob/main/core/src/commands/base.ts#L1041
This is kind of confusing because otherwise we don't log anything about the vote action.
Can we also log for each downstream action that they have been aborted?
In this case I'd expect something like:
ℹ deploy.vote → Aborting because executing upstream dependency "deploy.api" failed.
And same for other potential downstream actions.brief-restaurant-63679
11/05/2023, 4:19 PMswift-garage-61180
11/06/2023, 10:58 AMswift-garage-61180
11/06/2023, 11:02 AMhandleProcessResults helper, which receives all the results from the solver.
Should be a quick fix, I'll have a look.swift-garage-61180
11/06/2023, 1:51 PMswift-garage-61180
11/07/2023, 1:45 PM