diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 64f1946f4..a2a4ea3fb 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -15,6 +15,12 @@ jobs: repository: tligui_y/test-ci ref: main path: test-ci + + - name: List files in test-ci + shell: bash + run: | + echo "📂 Files in test-ci:" + ls -l "$GITHUB_WORKSPACE/test-ci" || echo "Le dossier test-ci n'existe pas" - name: Run reusable pytest-ci action uses: ./test-ci