File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v1
21
21
- name : Build Sketches
22
- run : bash ./tools/ci/on-push ${{ matrix.chunk }} 11
22
+ run : bash ./tools/ci/on-push.sh ${{ matrix.chunk }} 11
23
23
24
24
build-arduino-mac :
25
25
name : Build Arduino ${{ matrix.chunk }} on macOS-latest
31
31
steps :
32
32
- uses : actions/checkout@v1
33
33
- name : Build Sketches
34
- run : bash ./tools/ci/on-push ${{ matrix.chunk }} 20
34
+ run : bash ./tools/ci/on-push.sh ${{ matrix.chunk }} 20
35
35
36
36
build-arduino-win :
37
37
name : Build Arduino ${{ matrix.chunk }} on windows-latest
43
43
steps :
44
44
- uses : actions/checkout@v1
45
45
- name : Build Sketches
46
- run : bash ./tools/ci/on-push ${{ matrix.chunk }} 30
46
+ run : bash ./tools/ci/on-push.sh ${{ matrix.chunk }} 30
47
47
48
48
build-platformio :
49
49
name : Build PlatformIO on ${{ matrix.os }}
55
55
steps :
56
56
- uses : actions/checkout@v1
57
57
- name : Build Sketches
58
- run : bash ./tools/ci/on-push 1 1
58
+ run : bash ./tools/ci/on-push.sh 1 1
You can’t perform that action at this time.
0 commit comments