From aeac15aa2cd1892d8c6683eabe45ee9ce84a7283 Mon Sep 17 00:00:00 2001 From: tobimai Date: Sun, 2 Nov 2025 20:30:03 +0100 Subject: [PATCH] test --- .gitea/workflows/on_push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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