From 979df2608b5d1ff84cbc39f684fb458d60600614 Mon Sep 17 00:00:00 2001 From: davidmonterocrespo24 Date: Fri, 24 Apr 2026 19:20:09 +0200 Subject: [PATCH] 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. --- .github/workflows/backend-e2e-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/backend-e2e-tests.yml b/.github/workflows/backend-e2e-tests.yml index 710c4d4c..d4611432 100644 --- a/.github/workflows/backend-e2e-tests.yml +++ b/.github/workflows/backend-e2e-tests.yml @@ -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()