From 2d3aa249c1ecbd47e3a626dce6a1d3e470fd418e Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 16:09:43 +0100 Subject: [PATCH] More debug --- .github/workflows/sonar.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 94288f3..b5872eb 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -64,7 +64,21 @@ jobs: with: name: output path: ./output - - name: List files + - name: List files (before checkout) + run: | + echo "Current directory:" + pwd + echo "===============================" + echo "Content of current directory:" + ls -all + echo "===============================" + echo "Content of output directory:" + ls -all ./output + - name: Code checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: List files (after checkout) run: | echo "Current directory:" pwd