adafruit / ci-arduino

A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
115 stars 73 forks source link

adding support for .test.skip #69

Closed siddacious closed 4 years ago

siddacious commented 4 years ago

This should fix these failing PRs: https://github.com/adafruit/LPD8806/pull/28 https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library/pull/37 https://github.com/adafruit/WaveHC/pull/2

ladyada commented 4 years ago

please do not skip all tests :(

siddacious commented 4 years ago

@ladyada are you saying we should just fix the failures or skip some platforms in examples that have a .test.skip? I'm all for it, just thought this would be the most expedient since the old build script had support.

ladyada commented 4 years ago

you can set it to test only one plastform with .test.only and you can skip one platform with .test.skip but we dont let the CI tests no platform :)