run tests before linter to see what's going on here

This commit is contained in:
Bastian Venthur
2021-02-13 13:28:29 +01:00
parent 434715c33d
commit d4f57d49ab

View File

@@ -36,6 +36,10 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Run tests
run: |
pytest
- name: Run linter
run: |
flake8 -vv