debug: Sherlock to the rescue
Some checks failed
CI/CD Awesome Pipeline / Test (push) Failing after 26s
CI/CD Awesome Pipeline / Build & Push to Registry (push) Has been skipped

This commit is contained in:
2025-12-21 09:50:17 +01:00
parent a2ab6ce590
commit 7fc7699f53

View File

@@ -24,6 +24,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: 🕵️ Sherlock Holmes Debug
run: |
echo "📍 JE SUIS ICI : $(pwd)"
echo "📂 VOICI LE CONTENU DU DOSSIER :"
ls -R
- name: Build and run tests
run: make _ci-run-tests