Debug tests directory
Some checks failed
CI / test (push) Failing after 6s

This commit is contained in:
2026-02-01 21:13:54 +00:00
parent bf33a44738
commit 029bad808f

View File

@@ -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