Skip to content

Commit 8d1893f

Browse files
committed
ci(idf): Use included IDF examples in CI
1 parent bd4b325 commit 8d1893f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ jobs:
273273
shell: bash
274274
run: |
275275
. ${IDF_PATH}/export.sh
276-
idf.py create-project test
277-
echo CONFIG_FREERTOS_HZ=1000 > test/sdkconfig.defaults
278-
idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build
276+
idf.py -C ./components/arduino-esp32/idf_component_examples/hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build
277+
idf.py -C ./components/arduino-esp32/idf_component_examples/hw_cdc_hello_world -DEXTRA_COMPONENT_DIRS=$PWD/components build
278+
idf.py -C ./components/arduino-esp32/idf_component_examples/esp_matter_light -DEXTRA_COMPONENT_DIRS=$PWD/components build
279279
280280
# Save artifacts to gh-pages
281281
save-master-artifacts:

0 commit comments

Comments
 (0)