We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43f697 commit c490886Copy full SHA for c490886
.github/workflows/tests.yml
@@ -21,6 +21,7 @@ jobs:
21
22
- run: docker compose --profile "python" --profile "php" up -d
23
- run: docker container ls && docker image ls
24
+ - run: docker exec openml-python-rest-api /bin/bash -c "curl http://openml-php-rest-api:80/api/v1/json/data/1"
25
- run: docker exec openml-python-rest-api python -m pytest -xv -m "php"
26
- run: docker compose logs
27
if: always()
0 commit comments