Created integration test

This commit is contained in:
2020-05-08 20:57:23 +02:00
parent 4610c7a42f
commit f015eb2301
2 changed files with 63 additions and 6 deletions

View File

@@ -21,6 +21,14 @@ steps:
- pip3 install -r requirements.txt
- pytest test.py
- name: integration_test
image: python:3.8
environment:
PRODUCER_REDIS: cache
commands:
- pip3 install -r requirements.txt
- pytest integtest.py
- name: build-app
image: banzaicloud/drone-kaniko
settings: