mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-18 22:53:09 +00:00

* Update path * Prepare sonar properties * Prepare coverage recipes * Add coverage * Simplify pytest * Organise integration tests * Update path * Use setup instead of reqs * Update recipes * Fix PR event to target * Update event_name * Prepare sonar * Run tests & sonar * Use sonarcloud host * Fix compose * Use ingestion token
5 lines
182 B
Makefile
5 lines
182 B
Makefile
build:
|
|
docker-compose -f docker-compose.yml up --force-recreate --build -d
|
|
mc config host add minio http://localhost:9001 minio password --api S3v4
|
|
mc mb -p minio/mlops.local.com
|