Debug CI - list files before running tests
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-03-22 11:36:38 +00:00
parent df6412163a
commit a332e715b2

View File

@@ -23,6 +23,12 @@ jobs:
pip install -e .
pip install pytest pytest-asyncio
- name: Debug - list files
run: |
ls -la
ls -la snip/
ls -la tests/
- name: Run tests
run: |
pytest tests/ -v
pytest tests/ -v --tb=short