diff options
| author | hathach <[email protected]> | 2021-02-01 15:23:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-01 15:23:21 +0700 |
| commit | 098cf76be7e26707ba005917a6a224205b61822b (patch) | |
| tree | 81d1ef70cc74165aa10714b93fd6f20db0b5b3a1 /.github/workflows | |
| parent | b30b35bf08b303077cdb4ed3aa28d36121e12fff (diff) | |
add adafruit boards to ci build
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 985c9ef34..8fe91c57f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,6 +161,9 @@ jobs: matrix: board: # Alphabetical order + - 'adafruit_feather_esp32s2' + - 'adafruit_magtag_29gray' + - 'adafruit_metro_esp32s2' - 'espressif_kaluga_1' - 'espressif_saola_1' |
