From e86801a6c327fc8efcda61cb5ca7a5bb2ba4e414 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Thu, 26 Sep 2024 16:38:22 +0800 Subject: [PATCH] Update CI --- .github/workflows/arduino_ci.yml | 1 + .github/workflows/pio.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 1d15432..5679b0a 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -46,6 +46,7 @@ jobs: - examples/QMI8658_WakeOnMotion/QMI8658_WakeOnMotion.ino - examples/QMI8658_WakeOnMotionCallBackExample/QMI8658_WakeOnMotionCallBackExample.ino - examples/QMI8658_TapDetectionExample/QMI8658_TapDetectionExample.ino + - examples/QMI8658_MotionDetectionExample/QMI8658_MotionDetectionExample.ino - examples/TouchDrv_CHSC5816_GetPoint/TouchDrv_CHSC5816_GetPoint.ino - examples/TouchDrv_CSTxxx_GetPoint/TouchDrv_CSTxxx_GetPoint.ino - examples/TouchDrv_FT3267_LilyGo_T_RGB/TouchDrv_FT3267_LilyGo_T_RGB.ino diff --git a/.github/workflows/pio.yml b/.github/workflows/pio.yml index 0623a6a..4bbbb77 100644 --- a/.github/workflows/pio.yml +++ b/.github/workflows/pio.yml @@ -55,6 +55,7 @@ jobs: - examples/QMI8658_WakeOnMotion - examples/QMI8658_WakeOnMotionCallBackExample - examples/QMI8658_TapDetectionExample + - examples/QMI8658_MotionDetectionExample - examples/TouchDrv_CHSC5816_GetPoint - examples/TouchDrv_CST9217_GetPoint - examples/TouchDrv_CSTxxx_GetPoint