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