Skip to content

Commit 99580fa

Browse files
author
ladyada
committed
re-add arduino tests
1 parent 1a747e3 commit 99580fa

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

.github/workflows/githubci.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,26 @@ jobs:
2323
- name: lint
2424
run: ./pylint_check.sh
2525

26-
# build:
27-
# strategy:
28-
# fail-fast: false
29-
# matrix:
30-
# arduino-platform: ["uno", "cpx_ada", "pyportal"]
31-
#
32-
# runs-on: ubuntu-latest
33-
#
34-
# steps:
35-
# - uses: actions/setup-python@v1
36-
# with:
37-
# python-version: '3.x'
38-
# - uses: actions/checkout@v2
39-
# - uses: actions/checkout@v2
40-
# with:
41-
# repository: adafruit/ci-arduino
42-
# path: ci
43-
#
44-
# - name: pre-install
45-
# run: bash ci/actions_install.sh
46-
#
47-
# - name: test platforms
48-
# run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
49-
#
26+
arduino:
27+
strategy:
28+
fail-fast: false
29+
matrix:
30+
arduino-platform: ["uno", "cpx_ada", "pyportal"]
31+
32+
runs-on: ubuntu-latest
33+
34+
steps:
35+
- uses: actions/setup-python@v1
36+
with:
37+
python-version: '3.x'
38+
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v2
40+
with:
41+
repository: adafruit/ci-arduino
42+
path: ci
43+
44+
- name: pre-install
45+
run: bash ci/actions_install.sh
46+
47+
- name: test platforms
48+
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}

0 commit comments

Comments
 (0)