Update python-app.yml

pull/109/head
midoks 3 years ago
parent a3fb490950
commit 0717a59f87
  1. 5
      .github/workflows/python-app.yml

@ -33,7 +33,4 @@ jobs:
- name: Start DEBUG - name: Start DEBUG
run: | run: |
gunicorn -c setting.py app:app gunicorn -c setting.py app:app
python3 task.py & python3 task.py
- name: Test with pytest
run: |
pytest

Loading…
Cancel
Save