From 2266eb2b364d6ee81978da6a9f252be09c315711 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 22:58:21 +0000 Subject: [PATCH] Fix CI: use correct test file paths --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fe541f4..f198b49 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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