This commit is contained in:
parent
7be918c231
commit
435946f769
1 changed files with 66 additions and 60 deletions
|
|
@ -36,7 +36,7 @@ steps:
|
|||
image: git.roboces.dev/catalin/poetry:beta
|
||||
commands:
|
||||
- poetry config virtualenvs.in-project 1
|
||||
- poetry install --with linters
|
||||
- poetry install --with linters,test
|
||||
|
||||
- name: lint
|
||||
pull: true
|
||||
|
|
@ -44,6 +44,12 @@ steps:
|
|||
commands:
|
||||
- .venv/bin/pre-commit run --all-files --color always
|
||||
|
||||
- name: tests
|
||||
pull: true
|
||||
image: git.roboces.dev/catalin/poetry:beta
|
||||
commands:
|
||||
- .venv/bin/pytest
|
||||
|
||||
- name: deploy
|
||||
pull: true
|
||||
image: git.roboces.dev/catalin/poetry:beta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue