Hi 🙂 Is there already some kind of common best practice on how to join parallel/concurrent branches of the DAG? Like parallel "build" and "test" steps that should be joined before follow-up steps can be started?
Right now I'm mostly just using an empty container and mounting folders from the build- and test- containers into that so that the engine knows it has to execute both steps, but this feels a bit weird.