Skip to content

Commit 717006e

Browse files
authored
Merge pull request #77 from adafruit/add-feather-m4-can-to-ci
add feather m4 can to ci build
2 parents c0724e5 + f62188c commit 717006e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,27 @@ on: [pull_request, push, repository_dispatch]
44

55
jobs:
66
build:
7+
runs-on: ubuntu-latest
78
strategy:
89
fail-fast: false
910
matrix:
10-
arduino-platform: ["metro_m0_tinyusb", "metro_m4_tinyusb", "cpb", "nrf52840"]
11-
12-
runs-on: ubuntu-latest
11+
arduino-platform:
12+
# Alphabetical order
13+
- 'cpb'
14+
- 'feather_m4_can_tinyusb'
15+
- 'metro_m0_tinyusb'
16+
- 'metro_m4_tinyusb'
17+
- 'nrf52840'
1318

1419
steps:
1520
- name: Setup Python
1621
uses: actions/setup-python@v1
1722
with:
1823
python-version: '3.x'
24+
1925
- name: Checkout code
20-
uses: actions/checkout@v2
26+
uses: actions/checkout@v2
27+
2128
- name: Checkout adafruit/ci-arduino
2229
uses: actions/checkout@v2
2330
with:

0 commit comments

Comments
 (0)