Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cf44f0

Browse files
committedOct 2, 2024··
test
1 parent c6bd025 commit 0cf44f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,13 @@ jobs:
191191
- uses: actions/setup-python@v5
192192
with:
193193
python-version: '3.x'
194+
195+
- name: List files in the directory
196+
run: |
197+
ls tools
198+
ls tools/esp32-arduino-libs
199+
ls tools/esp32-arduino-libs/esp32
200+
194201
- name: Build Sketches
195202
run: bash ./.github/scripts/on-push.sh
196203

0 commit comments

Comments
 (0)
Please sign in to comment.