Debug CI - list files before running tests
This commit is contained in:
@@ -23,6 +23,12 @@ jobs:
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
pip install pytest pytest-asyncio
|
pip install pytest pytest-asyncio
|
||||||
|
|
||||||
|
- name: Debug - list files
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
ls -la snip/
|
||||||
|
ls -la tests/
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest tests/ -v
|
pytest tests/ -v --tb=short
|
||||||
Reference in New Issue
Block a user