From 7fc7699f5300ae872e20581aae89c0bedb88e786 Mon Sep 17 00:00:00 2001 From: Francwa Date: Sun, 21 Dec 2025 09:50:17 +0100 Subject: [PATCH] debug: Sherlock to the rescue --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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