Update python-app.yml
This commit is contained in:
parent
0bd96563f1
commit
633cab5822
|
|
@ -32,11 +32,11 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Start DEBUG
|
||||
run: |
|
||||
./cli.sh debug
|
||||
python3 task.py &
|
||||
gunicorn -b :7200 -k gevent -w 1 app:app
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Reference in New Issue