Test ESP-IDF with PIO Unit Testing

This commit is contained in:
Ivan Kravets
2022-05-12 15:36:50 +03:00
parent 6295224609
commit 1f106a0caf
2 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -45,4 +45,5 @@ jobs:
pio pkg install --global --platform symlink://.
- name: Build examples
run: |
platformio run -d ${{ matrix.example }}
pio run -d ${{ matrix.example }}
pio test -d "examples/espidf-hello-world" -e esp32dev --without-uploading --without-testing