ci: improve ci
This commit is contained in:
parent
152eb592f9
commit
c828814494
@ -26,8 +26,12 @@ steps:
|
|||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run mypy .
|
- poetry run mypy .
|
||||||
|
failure: ignore
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: weastur/poetry:latest-python-3.12
|
image: weastur/poetry:latest-python-3.12
|
||||||
commands:
|
commands:
|
||||||
- echo "TODO"
|
- echo "TODO"
|
||||||
|
depends_on: [ "Unit Tests", "Python Code Lint", "Static Type check"]
|
||||||
|
Loading…
Reference in New Issue
Block a user