This commit is contained in:
parent
8cb0554696
commit
489d826bc9
@ -3,6 +3,12 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: python:3.10
|
||||||
|
commands:
|
||||||
|
- pip3 install poetry
|
||||||
|
- poetry install --no-root
|
||||||
|
- poetry run ./manage.py test
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: caprover/cli-caprover:2.2.3
|
image: caprover/cli-caprover:2.2.3
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user