Fix CI: use correct test file paths
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: python -m mypy src/schema2mock/ || true
|
run: python -m mypy src/schema2mock/ || true
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python -m pytest tests/unit/test_schema_parser.py tests/unit/test_generator.py tests/unit/test_composition.py tests/unit/test_config.py tests/unit/test_validator.py tests/integration/test_cli.py tests/integration/test_output.py tests/integration/test_server.py -v
|
run: python -m pytest tests/unit/ tests/integration/ -v
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user