Skip to content

Commit c490886

Browse files
committed
add a network test
1 parent e43f697 commit c490886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- run: docker compose --profile "python" --profile "php" up -d
2323
- 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"
2425
- run: docker exec openml-python-rest-api python -m pytest -xv -m "php"
2526
- run: docker compose logs
2627
if: always()

0 commit comments

Comments
 (0)