diff options
author | Carey <kcarey1@APC02S226SG8WM.local> | 2020-10-31 07:24:38 -0500 |
---|---|---|
committer | Carey <kcarey1@APC02S226SG8WM.local> | 2020-10-31 07:24:38 -0500 |
commit | 3f4d47a06e5a2280a11a1735995e13b914ed9a6e (patch) | |
tree | f202c6c1f1ca4d1294852fb1d2e4f379bb9021be /.github | |
parent | c5172e433752942026822d498a2c7d956f5237a5 (diff) |
focus on refactor
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e7e23f..e22dc65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build Test strategy: matrix: - board: [nice_nano, bluemicro840_v1, nrfmicro_13] + board: [proton_c, nice_nano, bluemicro840_v1, nrfmicro_13] shield: - boardsource3x4 - corne_left @@ -29,12 +29,6 @@ jobs: include: - board: proton_c shield: clueboard_california - - board: proton_c - shield: romac - - board: proton_c - shield: romac_plus - - board: proton_c - shield: settings_reset steps: # To use this repository's private action, # you must check out the repository |