test
Some checks failed
Test compiling project / test (push) Failing after 2m27s

This commit is contained in:
2025-11-02 20:30:03 +01:00
parent 6ee4086716
commit aeac15aa2c

View File

@@ -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