Skip to content

Commit fcbc7c8

Browse files
committed
Fix Unexpected input warning running unit-tests workflow
1 parent 9673032 commit fcbc7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

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

2828
- uses: arduino/cpp-test-action@main
2929
with:
30-
runtime-path: extras/test/build/bin/testArduinoIoTCloud
30+
runtime-paths: extras/test/build/bin/testArduinoIoTCloud
3131
coverage-exclude-paths: |
3232
- '*/extras/test/*'
3333
- '/usr/*'

0 commit comments

Comments
 (0)