Skip to content

Commit fcbcd51

Browse files
committed
test
1 parent 4a92902 commit fcbcd51

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

Diff for: .github/workflows/tests_hw.yml

+8-12
Original file line numberDiff line numberDiff 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' }}
@@ -66,13 +66,9 @@ jobs:
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

0 commit comments

Comments
 (0)