diff options
| author | Kellen Carey <kellen.carey@gmail.com> | 2020-10-12 06:48:35 -0700 | 
|---|---|---|
| committer | Kellen Carey <kellen.carey@gmail.com> | 2020-10-12 06:48:35 -0700 | 
| commit | 26057c0200add18ed1a08d3795116e36a34b14b4 (patch) | |
| tree | 15ce101ad91aff221a6d61d6d3708744f45ebc89 /.github/workflows/build.yml | |
| parent | 8b9b24759280c5c40de108ca2312a8f160523963 (diff) | |
update build.yml
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60c337d..b8da4b1 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, bluemicro840_v1, nrfmicro_13] +        board: [nice_nano, bluemicro840_v1, nrfmicro_13]          shield:            - corne_left            - corne_right @@ -26,6 +26,12 @@ 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  | 
