generated from KKlochko/poetry-template
This commit is contained in:
+1
-5
@@ -3,13 +3,9 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install dependencies
|
- name: install dependencies and run tests
|
||||||
image: python:3.10-alpine
|
image: python:3.10-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
- name: run tests
|
|
||||||
image: python:3.10-alpine
|
|
||||||
commands:
|
|
||||||
- pytest -s
|
- pytest -s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user