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 dd2ce68 commit ebecceaCopy full SHA for ebeccea
1 file changed
.github/workflows/test.yml
@@ -121,7 +121,7 @@ jobs:
121
working-directory: ./services
122
run: |
123
sudo systemctl stop mysql.service
124
- docker compose --profile rest-api --profile minio up -d --build
+ docker compose --profile rest-api --profile minio --profile evaluation-engine up -d --build
125
126
echo "1. Waiting for Database population..."
127
docker wait openml-test-database-setup
0 commit comments