Added tests to the pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Lilleman auf Larv 2022-02-13 21:25:31 +01:00
parent 2840ffe12c
commit 6e69eac13d

View File

@ -3,8 +3,9 @@ type: docker
name: default name: default
steps: steps:
- name: greeting - name: Tests
image: alpine:3.15.0 image: alpine:3.15.0
commands: commands:
- echo hello - docker-compose run --rm db-migrations
- echo world - docker-compose up -d
- docker-compose run --rm tests