Run tests from repo root
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-02-01 21:07:01 +00:00
parent 536423278e
commit 40435793d9

View File

@@ -8,5 +8,4 @@ jobs:
steps: steps:
- run: python3 --version - run: python3 --version
- run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli - run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli
- run: echo "PYTHONPATH=/app" >> $GITHUB_ENV - run: pytest tests/ -v --tb=short
- run: pytest /app/tests/ -v --tb=short