From e938f2c8d2e4eaaf323dda58da90ac0706b03e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Wed, 19 Feb 2025 21:14:09 +0200 Subject: [PATCH] Add OrionBMS to workflow --- .github/workflows/compile-all-batteries.yml | 1 + .../compile-all-combinations-part2-batteries-N-to-Z.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/compile-all-batteries.yml b/.github/workflows/compile-all-batteries.yml index 7a60ec63..aa553e24 100644 --- a/.github/workflows/compile-all-batteries.yml +++ b/.github/workflows/compile-all-batteries.yml @@ -64,6 +64,7 @@ jobs: - MEB_BATTERY - MG_5_BATTERY - NISSAN_LEAF_BATTERY + - ORION_BMS - PYLON_BATTERY - RJXZS_BMS - RANGE_ROVER_PHEV_BATTERY diff --git a/.github/workflows/compile-all-combinations-part2-batteries-N-to-Z.yml b/.github/workflows/compile-all-combinations-part2-batteries-N-to-Z.yml index 8a4f76e2..a522b186 100644 --- a/.github/workflows/compile-all-combinations-part2-batteries-N-to-Z.yml +++ b/.github/workflows/compile-all-combinations-part2-batteries-N-to-Z.yml @@ -55,6 +55,7 @@ jobs: # These are the batteries for which the code will be compiled. battery: - NISSAN_LEAF_BATTERY + - ORION_BMS - PYLON_BATTERY - RJXZS_BMS - RANGE_ROVER_PHEV_BATTERY