Clean up: only fulltest in examples/, all tests in hw_tests/ #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Arduino Library CI | |
| on: [pull_request, push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.x' | |
| - uses: adafruit/ci-arduino@v1.6.1 | |
| with: | |
| arduino-platform: 'arduino:avr,adafruit:samd,adafruit:nrf52,esp32:esp32' |