Skip to content

Commit 1050576

Browse files
committed
Add back wait
1 parent c490886 commit 1050576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: 3.x
2121

22-
- run: docker compose --profile "python" --profile "php" up -d
22+
- run: docker compose --profile "python" --profile "php" up -d --wait
2323
- run: docker container ls && docker image ls
2424
- run: docker exec openml-python-rest-api /bin/bash -c "curl http://openml-php-rest-api:80/api/v1/json/data/1"
2525
- run: docker exec openml-python-rest-api python -m pytest -xv -m "php"

0 commit comments

Comments
 (0)