From 7c12ef04bf26bc0c75309274b86937b76ba0cc05 Mon Sep 17 00:00:00 2001 From: GreenWizard Date: Fri, 29 Dec 2023 22:26:24 +0100 Subject: [PATCH] fix --- .github/workflows/platformio.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/platformio.yaml b/.github/workflows/platformio.yaml index 90a47b5..c24ab99 100644 --- a/.github/workflows/platformio.yaml +++ b/.github/workflows/platformio.yaml @@ -21,7 +21,8 @@ jobs: run: pip install --upgrade platformio - name: Run tests on the native platform - run: platformio test -e native + working-directory: ./controller/tea_poor + run: pio test -e native - name: Build PlatformIO Project for Android working-directory: ./controller/tea_poor