adjust test expectation and add esp32c3 to automatic build #199
This file contains 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: Build examples for Atmel SAM | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Make directories | |
run: bash extras/scripts/build-pio-dirs.sh | |
- name: Build on PlatformIO | |
run: bash extras/scripts/build-platformio.sh atmelsam | |