diff --git a/.gitea/workflows/on_push.yaml b/.gitea/workflows/on_push.yaml index 8de6fd5..1e0acca 100644 --- a/.gitea/workflows/on_push.yaml +++ b/.gitea/workflows/on_push.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 - name: Run PlatformIO build for SPIFFS (same in both platforms, so only one build is necessary) - run: pio run --target buildfs -e ESP32_INA233 + run: which pio && id && pio run --target buildfs -e ESP32_INA233 - name: Run PlatformIO Tests run: pio test -e native - name: Run PlatformIO build for INA233