ci: add verbose output for debugging CI issues
This commit is contained in:
@@ -21,6 +21,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
pip list | grep -E "cli-explain-fix|pytest|ruff|mypy"
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests/test_parser.py tests/test_explainer.py tests/test_cli.py tests/conftest.py -v --cov=src/cli_explain_fix --cov-report=term-missing
|
||||
|
||||
Reference in New Issue
Block a user