Skip to content

Merge pull request #27 from lzd-1230/bugfix/portability_macosm1 #58

Merge pull request #27 from lzd-1230/bugfix/portability_macosm1

Merge pull request #27 from lzd-1230/bugfix/portability_macosm1 #58

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