diff options
| author | DavePutz <dwputz@gmail.com> | 2021-03-10 13:55:09 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 13:55:09 -0600 |
| commit | ef0ce0df72882555bf6e65580dbab1f15f787f02 (patch) | |
| tree | dcb31aa33239e68e1f530b529f0cf0be8642d9b9 /.github/workflows | |
| parent | afa508cb47a601f68f8c969400d349d60b80f6d5 (diff) | |
| parent | be9e045ee3562e4fff0f982a4bf53654da8107b6 (diff) | |
Merge pull request #43 from adafruit/main
Update from adafruit main
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7d0f8a98..d413fd33f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,6 +81,7 @@ jobs: working-directory: tests - name: Print failure info run: | + shopt -s nullglob; for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; @@ -449,6 +450,8 @@ jobs: - "espressif_kaluga_1" - "espressif_saola_1_wroom" - "espressif_saola_1_wrover" + - "franzininho_wifi_wroom" + - "franzininho_wifi_wrover" - "lilygo_ttgo_t8_s2_st7789" - "microdev_micro_s2" - "muselab_nanoesp32_s2" @@ -475,7 +478,7 @@ jobs: id: idf-cache with: path: ${{ github.workspace }}/.idf_tools - key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210128 + key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210304 - name: Clone IDF submodules run: | (cd $IDF_PATH && git submodule update --init) |
