run test script

This commit is contained in:
Felix Ableitner 2020-12-08 21:17:11 +01:00
parent 0e364a4efe
commit eb06bbfef7
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
kind: pipeline
name: default
workspace:
path: /drone/src/docker/travis
steps:
- name: test
image: compose:alpine-1.27.4
commands:
- ls -la /
- ls -la .
- docker-compose up -f /drone/src/docker-compose.yaml
- ./run-tests.bash