Skip to content

Commit

Permalink
reduced tests only for each esp32 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Sep 22, 2023
1 parent 96a432a commit 6b0f6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ jobs:
platformio update
- name: Build test
run: |
./build all
./build installer
- uses: actions/upload-artifact@v2
with:
name: firmware
path: releases/installer/canairio_installer/
pio run -s -e TTGO_T7 -e ESP32DEVKIT -e TTGO_TDISPLAY -e M5STICKCPLUS -e ESP32C3LOLIN
6 changes: 1 addition & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,5 @@ jobs:
platformio update
- name: Build test
run: |
./build TTGO_T7
./build ESP32DEVKIT
./build TTGO_TDISPLAY
./build M5STICKCPLUS
./build ESP32C3LOLIN
pio run -s -e TTGO_T7 -e TTGO_TDISPLAY -e M5STICKCPLUS -e ESP32C3LOLIN

0 comments on commit 6b0f6f5

Please sign in to comment.