Summary
Hello !
I'm trying to run integration test via earthly and I'm wondering if there's a way to get the same behavior as docker compose --wait
flag with wait for all services to be healthy before continuing
The integration test https://docs.earthly.dev/docs/guides/integration#in-app-integration-testing|guide show that the healthcheck is done "out-of-bands" before running the tests, but it's more complicate to implement than just delegating this to docker compose.