add s3 to ci build

This commit is contained in:
hathach 2021-12-22 17:34:50 +07:00
parent 853e4d1597
commit fc0c7f4e2e
No known key found for this signature in database
GPG key ID: 2FA891220FBFD581

View file

@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
board:
# Alphabetical order
# S2 Alphabetical order
- 'adafruit_feather_esp32s2'
- 'adafruit_feather_esp32s2_tft'
- 'adafruit_funhouse_esp32s2'
@ -46,6 +46,9 @@ jobs:
- 'unexpectedmaker_feathers2'
- 'unexpectedmaker_feathers2_neo'
- 'unexpectedmaker_tinys2'
# S3 Alphabetical order
- 'espressif_esp32s3_devkitc_1'
- 'espressif_esp32s3_devkitm_1'
steps:
- name: Setup Python
uses: actions/setup-python@v2