Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in CI, the tests are run using docker-compose targeting ./concourse/tasks/integration.yml. for instance, to repro locally, i ran `docker-compose -f concourse/tasks/integration.yml run tests-310`. however, the faunadb container is brought up by the test's docker-compose stack because the tests depends_on the database container. but since the tests don't require the container to be healthy (merely existent), they fail well before the database container is up.
- Loading branch information