From 63238cb810be696798c0251426726844160717bf Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 20 Jun 2022 09:13:27 -0500 Subject: [PATCH] Add m5stack core boards to CI --- .github/workflows/main_matrix.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 4c23011ac..7428f2904 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -38,7 +38,9 @@ jobs: - board: rak4631_eink - board: t-echo - board: nano-g1 - + - board: m5stack_core + - board: m5stack_core_eink + runs-on: ubuntu-latest steps: - name: Checkout code @@ -93,6 +95,8 @@ jobs: - board: tbeam0.7 - board: meshtastic-diy-v1 - board: nano-g1 + - board: m5stack_core + - board: m5stack_core_eink runs-on: ubuntu-latest steps: