mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-05 07:39:22 +01:00
12 lines
248 B
YAML
12 lines
248 B
YAML
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
|