adafruit / adabot

Adabot is our robot friend who helps Adafruit online
MIT License
13 stars 27 forks source link

Allow for using pytest with/without tokens #291

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Fixes the issue where the CI can't test certain validators in pull requests because secrets cannot be passed to them. Instead, this will have to be done locally, which should be a decent workaround if they ever need to be tested during development.