We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa4aa6 commit 6063cbeCopy full SHA for 6063cbe
.github/workflows/tests_hw.yml
@@ -49,6 +49,14 @@ jobs:
49
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
50
uses: actions/checkout@v4
51
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
+
60
# setup-python currently only works on ubuntu images
61
# - uses: actions/setup-python@v5
62
# if: ${{ steps.check-tests.outputs.enabled == 'true' }}
0 commit comments