More debug
This commit is contained in:
parent
4db1ddbf69
commit
2d3aa249c1
1 changed files with 15 additions and 1 deletions
16
.github/workflows/sonar.yml
vendored
16
.github/workflows/sonar.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue