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