ci(build): replace board matrix array with list

A multi-line list can be more merge friendly than a single-line array.

PR: #457
This commit is contained in:
innovaker 2020-12-02 02:16:53 +00:00 committed by Pete Johanson
parent 7b3a55cf50
commit 94f058bc90
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
board: [proton_c, nice_nano, bluemicro840_v1, nrfmicro_13]
board:
- proton_c
- nice_nano
- bluemicro840_v1
- nrfmicro_13
shield:
- boardsource3x4
- corne_left