ci: improve ci
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Yandrik 2024-04-25 15:56:14 +02:00
parent 152eb592f9
commit c828814494

View File

@ -26,8 +26,12 @@ steps:
- poetry config virtualenvs.create false
- poetry install
- poetry run mypy .
failure: ignore
- name: Deploy
image: weastur/poetry:latest-python-3.12
commands:
- echo "TODO"
depends_on: [ "Unit Tests", "Python Code Lint", "Static Type check"]