Skip to content

Commit 6063cbe

Browse files
committed
ci(hw): Fix hardware tests
1 parent 0fa4aa6 commit 6063cbe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests_hw.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ jobs:
4949
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
5050
uses: actions/checkout@v4
5151

52+
- name: List files recursively
53+
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
54+
run: |
55+
echo "GitHub workspace: $GITHUB_WORKSPACE"
56+
echo "Working directory: $PWD"
57+
echo "Listing files:"
58+
ls -aR
59+
5260
# setup-python currently only works on ubuntu images
5361
# - uses: actions/setup-python@v5
5462
# if: ${{ steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)