Skip to content

Update workflow file with correct runner labels and directory path. #53

Update workflow file with correct runner labels and directory path.

Update workflow file with correct runner labels and directory path. #53

name: Docker-Compose Build Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
services:
docker:
image: docker:19.03.12
options: --privileged
steps:
- uses: actions/checkout@v2
- name: Set up Docker Compose
run: |
docker-compose -f deploy/docker-compose.yaml up -d