File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 11name : Check
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches :
6+ - main
7+ - master
8+ pull_request :
9+ branches :
10+ - main
11+ - master
412
513jobs :
614 build :
715 runs-on : ${{ matrix.os }}
816 strategy :
917 fail-fast : false
1018 matrix :
11- os : [ubuntu-22.04]
19+ os : [ubuntu-22.04, windows-latest ]
1220 steps :
1321 -
1422 name : Checkout
15- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
1624 -
1725 name : Tests
1826 run : make
2735 steps :
2836 -
2937 name : Checkout
30- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3139 -
3240 uses : actions/cache@v3
3341 with :
4351 name : Install PlatformIO Core
4452 run : pip install --upgrade platformio
4553 -
46- name : Tests
54+ name : Build example
4755 run : pio test -d examples/wiring-blink/
56+ -
57+ name : Build Tests
58+ run : pio test
You can’t perform that action at this time.
0 commit comments