Update action.yml

This commit is contained in:
2025-07-21 16:48:16 +02:00
parent 68f9d8bb02
commit f0835e4020
+1 -2
View File
@@ -36,8 +36,7 @@ runs:
shell: bash
run: |
echo "📂 Files in repo root:"
ls -1
ls "$GITHUB_WORKSPACE"
ls -l "$GITHUB_WORKSPACE/test-ci"
- name: Symlink conftest.py into module-dir
shell: bash