We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9673032 commit fcbc7c8Copy full SHA for fcbc7c8
.github/workflows/unit-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- uses: arduino/cpp-test-action@main
29
with:
30
- runtime-path: extras/test/build/bin/testArduinoIoTCloud
+ runtime-paths: extras/test/build/bin/testArduinoIoTCloud
31
coverage-exclude-paths: |
32
- '*/extras/test/*'
33
- '/usr/*'
0 commit comments