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:
|
with:
|
||||||
name: output
|
name: output
|
||||||
path: ./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: |
|
run: |
|
||||||
echo "Current directory:"
|
echo "Current directory:"
|
||||||
pwd
|
pwd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue