From cc2f2e9a5ba606fb77296d7a770e7a3bcf51cc12 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 14 Nov 2023 21:00:06 +0200 Subject: [PATCH] Add FAKE_BATTERY to workflows --- .github/workflows/compile-all-batteries.yml | 1 + .github/workflows/compile-all-combinations.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/compile-all-batteries.yml b/.github/workflows/compile-all-batteries.yml index f006d43e..08749cbc 100644 --- a/.github/workflows/compile-all-batteries.yml +++ b/.github/workflows/compile-all-batteries.yml @@ -40,6 +40,7 @@ jobs: - NISSAN_LEAF_BATTERY - RENAULT_ZOE_BATTERY - TESLA_MODEL_3_BATTERY + - TEST_FAKE_BATTERY # These are the emulated inverter communication protocols for which the code will be compiled. inverter: # - BYD_CAN diff --git a/.github/workflows/compile-all-combinations.yml b/.github/workflows/compile-all-combinations.yml index 378fc4e0..cc1cee5e 100644 --- a/.github/workflows/compile-all-combinations.yml +++ b/.github/workflows/compile-all-combinations.yml @@ -43,6 +43,7 @@ jobs: - NISSAN_LEAF_BATTERY - RENAULT_ZOE_BATTERY - TESLA_MODEL_3_BATTERY + - TEST_FAKE_BATTERY # These are the emulated inverter communication protocols for which the code will be compiled. inverter: - BYD_CAN