fix: correct pytest path to run only mockapi tests
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
run: mypy src/mockapi/ || true
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests_testdatagen/ -v
|
||||
run: pytest tests/unit/test_generators.py tests/unit/test_config.py tests/unit/test_validator.py tests/integration/test_cli.py tests/integration/test_server.py -v
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user