Skip to content

Commit

Permalink
r&d: test various targets
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Dec 21, 2024
1 parent 04691a1 commit a1161c1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,27 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: ESP32
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
target: esp32
path: 'test/rtos/esp32/unity'
- name: ESP32S3
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
target: esp32s3
path: 'tests/rtos/esp32/unity'
path: 'test/rtos/esp32/unity'
- name: ESP32P4
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
target: esp32p4
path: 'tests/rtos/esp32/unity'
path: 'test/rtos/esp32/unity'
- name: ESP32C6
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.4-beta2
target: esp32p4
path: 'test/rtos/esp32/unity'

0 comments on commit a1161c1

Please sign in to comment.