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
|
image: git.roboces.dev/catalin/poetry:beta
|
||||||
commands:
|
commands:
|
||||||
- poetry config virtualenvs.in-project 1
|
- poetry config virtualenvs.in-project 1
|
||||||
- poetry install --with linters
|
- poetry install --with linters,test
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -44,6 +44,12 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- .venv/bin/pre-commit run --all-files --color always
|
- .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
|
- name: deploy
|
||||||
pull: true
|
pull: true
|
||||||
image: git.roboces.dev/catalin/poetry:beta
|
image: git.roboces.dev/catalin/poetry:beta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue