This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
cd app && pip install -e ".[dev]"
|
cd app && pip install -e ".[dev]"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd app && pytest tests/ -v --cov=src --cov-report=term-missing
|
cd app && python -m pytest tests/ -v --cov=src --cov-report=term-missing
|
||||||
- name: Check linting
|
- name: Check linting
|
||||||
run: |
|
run: |
|
||||||
pip install ruff
|
pip install ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user