Update python-app.yml

This commit is contained in:
Hyperbel 2023-07-07 17:12:22 +02:00 committed by GitHub
parent c3b6773d01
commit e4d15ca97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest flask pytest-cov redis
-name: Start redis
run: |
redis-server &
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names