This commit is contained in:
@@ -3,11 +3,10 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: run
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python -m unittest discover -s tests
|
|
||||||
- python app.py
|
- python app.py
|
||||||
|
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user