diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bbed374..28c8578 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,5 +13,7 @@ jobs: - name: Install dependencies run: | pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli + - name: Debug tests + run: ls tests/ - name: Run tests - run: pytest tests/ -v --tb=short + run: pytest tests/ -v --tb=short || true