ci(backend-e2e): run photodiode SPICE co-simulation test

Registers test_esp32_spice_photodiode.mjs (added in the previous commit)
in the ESP32 + ngspice section of the backend e2e workflow, with a 150s
timeout to accommodate ESP32 firmware compile + QEMU boot.
This commit is contained in:
davidmonterocrespo24 2026-04-24 19:20:09 +02:00
parent 2bc492c16f
commit 979df2608b
1 changed files with 5 additions and 0 deletions

View File

@ -182,6 +182,11 @@ jobs:
env:
BACKEND_URL: http://localhost:8001
- name: Run ESP32 + ngspice photodiode co-simulation
run: node test/backend/e2e/test_esp32_spice_photodiode.mjs --timeout=150
env:
BACKEND_URL: http://localhost:8001
# ── Always dump backend logs so failures are diagnosable ──────────────────
- name: Show backend logs
if: always()