arduino-libraries / ArduinoMotorCarrier

GNU Lesser General Public License v3.0
16 stars 15 forks source link

Update sketch paths in "Compile Examples" CI workflow #37

Closed per1234 closed 3 years ago

per1234 commented 3 years ago

Due to the library having examples specific to the MKR and Nano boards, the CI workflow must be configured to compile only the examples of that board. The examples were moved (https://github.com/arduino-libraries/ArduinoMotorCarrier/pull/34) after the time the workflow was written without updating the workflow, resulting in spurious workflow run failures as opposed to the legitimate failures caused by this library's various bugs.