Merge pull request #39 from instana/cedricziel-patch-1

Add bare-bones github actions workflow for building robot-shop
This commit is contained in:
Cedric Ziel
2020-08-25 09:17:09 +02:00
committed by GitHub

9
.github/workflows/push.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: docker-compose-actions-workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose build