Skip to content

Working code for ESP32 with balancing #150

Working code for ESP32 with balancing

Working code for ESP32 with balancing #150

Workflow file for this run

name: Integration test
on:
push:
branches:
- "main"
pull_request:
jobs:
test:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- name: Create Passwords.h
run: |
echo "#define g_ssid \"${{ secrets.WIFI_SSID }}\"" > esp32/lib/WifiSetup/Passwords.h
echo "#define g_password \"${{ secrets.WIFI_PASSWORD }}\"" >> esp32/lib/WifiSetup/Passwords.h
- name: Run PlatformIO tests
shell: bash -leo pipefail {0}
run: |
cd esp32
pio test