diff --git a/.gitea/workflows/on_push.yaml b/.gitea/workflows/on_push.yaml index a7dbafa..b536076 100644 --- a/.gitea/workflows/on_push.yaml +++ b/.gitea/workflows/on_push.yaml @@ -15,9 +15,11 @@ jobs: run: pip install --break-system-packages --upgrade platformio - name: Checkout Code uses: actions/checkout@v2 + - name: Run PlatformIO Tests + run: pio test -e native - name: Run PlatformIO build for INA233 run: pio run -e ESP32_INA233 - - name: Run PlatformIO + - name: Run PlatformIO build for INA226 run: pio run -e ESP32_INA226 - name: look at the output run: ls -lah .pio/build/ESP32_INA233/ .pio/build/ESP32_INA226/