More debug
Some checks failed
Sonar / SonarQube (push) Successful in 50s
Sonar / Docker stuff (push) Failing after 4s

This commit is contained in:
Liviu Burcusel 2025-12-08 16:09:43 +01:00
parent 4db1ddbf69
commit 2d3aa249c1
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -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