diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 5dbbd42..dbfed9f 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -32,3 +32,4 @@ jobs: - name: Build Arduino library run: arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --build-path build examples/full_example/full_example.ino + run: arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --build-path build examples/shell_example/shell_example.ino