File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
52
52
53
53
echo "enabled=$enabled" >> $GITHUB_OUTPUT
54
54
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
61
61
62
62
- name : Checkout user repository
63
63
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
66
66
sparse-checkout : |
67
67
*
68
68
69
- - name : List files recursively
69
+ - name : List files
70
70
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
76
72
77
73
# setup-python currently only works on ubuntu images
78
74
# - uses: actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments