diff --git a/.drone.yml b/.drone.yml index de2d078..5a97561 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,12 @@ type: docker name: default steps: +- name: test + image: python:3.10 + commands: + - pip3 install poetry + - poetry install --no-root + - poetry run ./manage.py test - name: deploy image: caprover/cli-caprover:2.2.3 commands: