mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
Create verify-docker-compose.yml
This commit is contained in:
11
.github/workflows/verify-docker-compose.yml
vendored
Normal file
11
.github/workflows/verify-docker-compose.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: Docker Compose Actions Workflow
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
verify:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Build the stack
|
||||||
|
run: docker-compose config
|
||||||
|
- name: Test
|
||||||
|
run: docker-compose up -d --build
|
||||||
Reference in New Issue
Block a user