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:
parent
2bc492c16f
commit
979df2608b
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue