Skip to content

Commit 112ec82

Browse files
authored
Merge pull request #334 from pennam/fix-ci-unit-test-warning
Fix Unexpected input warning running unit-tests workflow
2 parents 783ddf4 + 1889902 commit 112ec82

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-path: 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)