From 7d7e399efdd2b2a63d955d96cd29262479116784 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sun, 18 Feb 2024 17:06:13 +0800 Subject: [PATCH] Added shell_example to workflows. --- .github/workflows/arduino_ci.yml | 1 + 1 file changed, 1 insertion(+) 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