Simplify CI to debug - minimal test job
This commit is contained in:
@@ -20,14 +20,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -e ".[dev]"
|
||||
python -m pip install ruff mypy types-requests
|
||||
|
||||
- name: Run linting
|
||||
run: python -m ruff check src/
|
||||
|
||||
- name: Run type checking
|
||||
run: python -m mypy src/schema2mock/ || true
|
||||
python -m pip install -e .
|
||||
python -m pip install pytest
|
||||
|
||||
- name: Run tests
|
||||
run: python -m pytest tests/unit/ tests/integration/ -v
|
||||
|
||||
Reference in New Issue
Block a user