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