From 6dd04631ce8024be5069e9096700bd76b4b87cc3 Mon Sep 17 00:00:00 2001 From: GreenWizard Date: Fri, 29 Dec 2023 22:21:19 +0100 Subject: [PATCH] configure CI to build only for Android --- .github/workflows/platformio.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platformio.yaml b/.github/workflows/platformio.yaml index 460fb89..90a47b5 100644 --- a/.github/workflows/platformio.yaml +++ b/.github/workflows/platformio.yaml @@ -20,6 +20,9 @@ jobs: - name: Install PlatformIO Core run: pip install --upgrade platformio - - name: Build PlatformIO Project + - name: Run tests on the native platform + run: platformio test -e native + + - name: Build PlatformIO Project for Android working-directory: ./controller/tea_poor - run: pio run + run: pio run -e uno_r4_wifi