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