Update python-app.yml

pull/109/head
midoks 3 years ago
parent 0bd96563f1
commit 633cab5822
  1. 4
      .github/workflows/python-app.yml

@ -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…
Cancel
Save