File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252
5353 echo "enabled=$enabled" >> $GITHUB_OUTPUT
5454
55- # - name: Update git submodules
56- # if: ${{ steps.check-tests.outputs.enabled == 'true' }}
57- # run: |
58- # apt update
59- # apt install -y git
60- # git --version
55+ - name : Update git submodules
56+ if : ${{ steps.check-tests.outputs.enabled == 'true' }}
57+ run : |
58+ apt update
59+ apt install -y git
60+ git --version
6161
6262 - name : Checkout user repository
6363 if : ${{ steps.check-tests.outputs.enabled == 'true' }}
6666 sparse-checkout : |
6767 *
6868
69- - name : List files recursively
69+ - name : List files
7070 if : ${{ steps.check-tests.outputs.enabled == 'true' }}
71- run : |
72- echo "GitHub workspace: $GITHUB_WORKSPACE"
73- echo "Working directory: $PWD"
74- echo "Listing files:"
75- ls -aR
71+ run : ls -la
7672
7773 # setup-python currently only works on ubuntu images
7874 # - uses: actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments