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