Fix CI: use correct test file paths
Some checks failed
CI / test (push) Failing after 10s
CI / build (push) Has been skipped

This commit is contained in:
2026-03-22 22:58:21 +00:00
parent 8d9edcba5e
commit 2266eb2b36

View File

@@ -30,7 +30,7 @@ jobs:
run: python -m mypy src/schema2mock/ || true
- 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:
runs-on: ubuntu-latest