File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments