Skip to content

Commit 57033fc

Browse files
committed
Also wait for python-api to be up
1 parent c11fee7 commit 57033fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# start all services, which kickstarts Elastic Search and building indices.
2424
# But since those two steps are independent, we can parallelize them to save time.
2525
- run: |
26-
{ docker compose build python-api; docker compose up -d python-api; } &
26+
{ docker compose build python-api; docker compose up -d --wait python-api; } &
2727
docker compose up -d --wait php-api
2828
- run: docker container ls && docker image ls
2929
- run: docker exec python-api python -m pytest -xv -m "php"

0 commit comments

Comments
 (0)