Skip to content

feat: add built-in run_test_experiment job to test the mlflow server … #54

feat: add built-in run_test_experiment job to test the mlflow server …

feat: add built-in run_test_experiment job to test the mlflow server … #54

name: VerifyDockerCompose
on: push
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Show the config
run: docker-compose config
- name: Run
run: docker-compose up -d --build