From 4db1ddbf698540135f2e15b92445ed059003d91e Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 16:01:14 +0100 Subject: [PATCH] More debug --- .github/workflows/sonar.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 379f0c7..94288f3 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -66,5 +66,11 @@ jobs: path: ./output - name: List files run: | + echo "Current directory:" pwd + echo "===============================" + echo "Content of current directory:" + ls -all + echo "===============================" + echo "Content of output directory:" ls -all ./output