Skip to content

Commit 215a007

Browse files
committed
MERGEBACK
1 parent 86ee26c commit 215a007

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/github-actions-test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ jobs:
1010
uses: actions/checkout@v5
1111
with:
1212
submodules: 'recursive'
13-
- name: esp-idf build
13+
- name: build Jade 1.1
1414
uses: espressif/esp-idf-ci-action@v1
1515
with:
1616
esp_idf_version: v5.4
1717
target: esp32
18-
command: ./tools/switch_to.sh jade_v1_1 --dev --log && idf.py build all size-components size
18+
command: ./tools/switch_to.sh jade_v1_1 --dev --log && idf.py size all
19+
- name: build Jade Plus
20+
uses: espressif/esp-idf-ci-action@v1
21+
with:
22+
esp_idf_version: v5.4
23+
target: esp32s3
24+
command: ./tools/switch_to.sh jade_v2 --dev --log --jtag && idf.py size all

0 commit comments

Comments
 (0)