mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
run tests before linter to see what's going on here
This commit is contained in:
4
.github/workflows/python-package.yaml
vendored
4
.github/workflows/python-package.yaml
vendored
@@ -36,6 +36,10 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
pytest
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: |
|
run: |
|
||||||
flake8 -vv
|
flake8 -vv
|
||||||
|
|||||||
Reference in New Issue
Block a user