diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4be6b88..4deb3c3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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