diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-26 11:38:58 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-26 11:38:58 -0400 |
commit | f84a41de3e72c022edebc1a3e90df0aa140451e6 (patch) | |
tree | 33fb5e0c764117c4f1e1f0483751a59376121564 /.github | |
parent | 185f9be6ab5802e736906cb134ee06f05230ceac (diff) |
Only test w/ Kyria and handwire.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0ba5e..c823fb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: board: [proton_c, nice_nano] - shield: [clueboard_california, kyria] + shield: [kyria, petejohanson_pro_micro_handwire] steps: # To use this repository's private action, # you must check out the repository |