diff options
| author | hathach <[email protected]> | 2021-04-18 01:50:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-18 01:50:16 +0700 |
| commit | 803b755554a69221f6d05a4b245f24045dfcd644 (patch) | |
| tree | 0c56b8c6952d98a39cb90c288ae48f619d3b863c /.github/workflows | |
| parent | 38cc459c93d039968c4e89b302880e621e42eed3 (diff) | |
update per review
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0adb351e..f98612025 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,12 +189,14 @@ jobs: matrix: board: # Alphabetical order + # ESP32-S2 - 'adafruit_feather_esp32s2' - 'adafruit_magtag_29gray' - 'adafruit_metro_esp32s2' - # - 'espressif_addax_1' # temporarily remove the board from test while espressif MR is not merged - 'espressif_kaluga_1' - 'espressif_saola_1' + # ESP32-S3 + # - 'espressif_addax_1' # temporarily remove the board from test while espressif MR is not merged steps: - name: Setup Python |
