added tests
All checks were successful
Test compiling project / test (push) Successful in 2m19s

This commit is contained in:
2025-02-15 15:18:22 +01:00
parent 0ffc824997
commit 056929b4a8

View File

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