From c44693cd4822c4a90b828aad3619987af2e94447 Mon Sep 17 00:00:00 2001 From: Derek Date: Sat, 15 Aug 2020 16:57:06 -0400 Subject: [PATCH] Update build.yml Updated workflow to include new board and shield --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5eb79716..3fa91e56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build Test strategy: matrix: - board: [proton_c, nice_nano] + board: [proton_c, nice_nano, bluemicro52840_v1] shield: - corne_left - corne_right @@ -16,6 +16,8 @@ jobs: - kyria_right - lily58_left - lily58_right + - splitreus62_left + - splitreus62_right include: - board: proton_c shield: clueboard_california