test2
All checks were successful
Test compiling project / test (push) Successful in 2m18s

This commit is contained in:
2025-02-15 15:15:27 +01:00
parent 529ab386c2
commit 0ffc824997
2 changed files with 8 additions and 6 deletions

View File

@@ -16,6 +16,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Run PlatformIO build for INA233
run: pio ci -c platformio.ini ./ -e ESP32_INA233 --lib ./lib/INA233/ --lib ./lib/fetchOTA/
run: pio run -e ESP32_INA233
- name: Run PlatformIO
run: pio ci -c platformio.ini ./ -e ESP32_INA226 --lib ./lib/fetchOTA/
run: pio run -e ESP32_INA226
- name: look at the output
run: ls -lah .pio/build/ESP32_INA233/ .pio/build/ESP32_INA226/