Skip to content

Clean up: only fulltest in examples/, all tests in hw_tests/ #3

Clean up: only fulltest in examples/, all tests in hw_tests/

Clean up: only fulltest in examples/, all tests in hw_tests/ #3

Workflow file for this run

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'