Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 39s

This commit is contained in:
2025-07-21 16:52:42 +02:00
parent a042e53c5f
commit 4aa00913a4
+6
View File
@@ -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