Skip to content

Commit afdcb98

Browse files
committed
list tests compiled
1 parent 8ad7dd8 commit afdcb98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests_hw.yml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
path: |
8484
~/.arduino/tests
8585
86+
- name: List binaries
87+
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
88+
run: |
89+
ls -laR ~/.arduino/tests
90+
8691
- name: Run Tests
8792
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
8893
run: |

0 commit comments

Comments
 (0)