From 83b801f1c4cfc607a8cb10a671e5464cfee3b8c2 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 29 May 2022 14:17:35 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6f410bb..87144f5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,25 @@ jobs: run: | cat platformio_override.ini - name: Run PlatformIO - run: pio run -e lolin-d32-pro_ili9341 -e az-touch-mod-esp32_ili9341_4MB -e esp32-one_st7796 -e makerfabs-tft35-cap -e yeacreate-nscreen32 -e d1-mini-esp32_ili9341 -e esp32-touchdown -e freetouchdeck_4MB -e freetouchdeck_16MB -e huzzah32-featherwing-24 -e huzzah32-featherwing-35 -e lanbon_l8 -e m5stack-core2 -e wt32-sc01_4MB -e wt32-sc01_16MB -e linux_sdl_64bits + run: pio run -e lolin-d32-pro_ili9341 + - name: Run PlatformIO + run: pio run -e az-touch-mod-esp32_ili9341_4MB -e az-touch-mod-esp32_ili9341_8MB + - name: Run PlatformIO + run: pio run -e makerfabs-tft35-cap + - name: Run PlatformIO + run: pio run -e yeacreate-nscreen32 -e + - name: Run PlatformIO + run: pio run -e d1-mini-esp32_ili9341 + - name: Run PlatformIO + run: pio run -e esp32-touchdown -e freetouchdeck_4MB -e freetouchdeck_8MB + - name: Run PlatformIO + run: pio run -e huzzah32-featherwing-24 -e huzzah32-featherwing-35 + - name: Run PlatformIO + run: pio run -e lanbon_l8 + - name: Run PlatformIO + run: pio run -e wt32-sc01_4MB -e wt32-sc01_16MB + - name: Run PlatformIO + run: pio run -e m5stack-core2 - name: Upload output file uses: actions/upload-artifact@v2 with: