Summary
The user wants to enforce two BUILD
directives to run serially, ensuring tests are completed and pass before building a jar. They suggest using the WAIT
method from the Earthly documentation.
brian072
thanks
brian072
sweet
eliott.wiener
You can use WAIT
: https://docs.earthly.dev/docs/earthfile#wait
brian072
Is there a way to force two BUILD
directives to run in serial instead of parallel? I have a target that runs tests then builds a jar, and I want to ensure the tests pass first before the second step