Skip to content

Feature/first branch #44

Feature/first branch

Feature/first branch #44

Workflow file for this run

name: docker-compose-actions-workflow
#on:
# push:
# branches:
# - 'master'
# paths-ignore:
# - 'DCOS/**'
# - 'K8s/**'
# - 'load-gen/**'
# - 'OpenShift/**'
# - 'Swarm/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose build