Add test step to CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michal Kunc 2023-02-17 15:28:11 +01:00
parent 8cb0554696
commit 489d826bc9

View File

@ -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: