Skip to content

Commit 1889902

Browse files
pennamper1234
andauthored
Fix runtime-paths input using YAML sequence
Co-authored-by: per1234 <[email protected]>
1 parent fcbc7c8 commit 1889902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727

2828
- uses: arduino/cpp-test-action@main
2929
with:
30-
runtime-paths: extras/test/build/bin/testArduinoIoTCloud
30+
runtime-paths: |
31+
- extras/test/build/bin/testArduinoIoTCloud
3132
coverage-exclude-paths: |
3233
- '*/extras/test/*'
3334
- '/usr/*'

0 commit comments

Comments
 (0)