More debug
This commit is contained in:
parent
2b43d7baab
commit
4db1ddbf69
1 changed files with 6 additions and 0 deletions
6
.github/workflows/sonar.yml
vendored
6
.github/workflows/sonar.yml
vendored
|
|
@ -66,5 +66,11 @@ jobs:
|
||||||
path: ./output
|
path: ./output
|
||||||
- name: List files
|
- name: List files
|
||||||
run: |
|
run: |
|
||||||
|
echo "Current directory:"
|
||||||
pwd
|
pwd
|
||||||
|
echo "==============================="
|
||||||
|
echo "Content of current directory:"
|
||||||
|
ls -all
|
||||||
|
echo "==============================="
|
||||||
|
echo "Content of output directory:"
|
||||||
ls -all ./output
|
ls -all ./output
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue