Skip to content

Commit 6fd7609

Browse files
committed
add feather m4 can to ci
1 parent d3091df commit 6fd7609

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,18 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
arduino-platform: ['metro_m0', 'hallowing', 'circuitplayground_m0',
11-
'metro_m4', 'pybadge_m4', 'pygamer_m4', 'hallowing_m4', 'pyportal_m4', 'pyportal_m4_titano']
10+
arduino-platform:
11+
# Alphabetical order
12+
- 'metro_m0'
13+
- 'hallowing'
14+
- 'circuitplayground_m0'
15+
- 'metro_m4'
16+
- 'pybadge_m4'
17+
- 'pygamer_m4'
18+
- 'hallowing_m4'
19+
- 'pyportal_m4'
20+
- 'pyportal_m4_titano'
21+
- 'feather_m4_can'
1222

1323
runs-on: ubuntu-latest
1424

0 commit comments

Comments
 (0)