ci: improve ci
This commit is contained in:
parent
152eb592f9
commit
c828814494
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user