Debug CI file listing
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-01-31 22:14:54 +00:00
parent f086d39802
commit f71b7cd146

View File

@@ -5,12 +5,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install pytest
run: pip3 install pytest
- name: Check pytest
run: pytest --version
- name: List directories
- name: Check Python
run: |
ls -d */ 2>/dev/null || echo "No subdirectories"
python3 --version
which python3
- name: List files
run: |
ls -la
echo "---"
ls -d */