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
steps:
- name: greeting
- name: Tests
image: alpine:3.15.0
commands:
- echo hello
- echo world
- docker-compose run --rm db-migrations
- docker-compose up -d
- docker-compose run --rm tests