Skip to content

Commit 8b96be3

Browse files
authored
Update main.yml
1 parent 3794e67 commit 8b96be3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Build Sketches
22-
run: bash ./tools/ci/on-push ${{ matrix.chunk }} 11
22+
run: bash ./tools/ci/on-push.sh ${{ matrix.chunk }} 11
2323

2424
build-arduino-mac:
2525
name: Build Arduino ${{ matrix.chunk }} on macOS-latest
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v1
3333
- name: Build Sketches
34-
run: bash ./tools/ci/on-push ${{ matrix.chunk }} 20
34+
run: bash ./tools/ci/on-push.sh ${{ matrix.chunk }} 20
3535

3636
build-arduino-win:
3737
name: Build Arduino ${{ matrix.chunk }} on windows-latest
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v1
4545
- name: Build Sketches
46-
run: bash ./tools/ci/on-push ${{ matrix.chunk }} 30
46+
run: bash ./tools/ci/on-push.sh ${{ matrix.chunk }} 30
4747

4848
build-platformio:
4949
name: Build PlatformIO on ${{ matrix.os }}
@@ -55,4 +55,4 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v1
5757
- name: Build Sketches
58-
run: bash ./tools/ci/on-push 1 1
58+
run: bash ./tools/ci/on-push.sh 1 1

0 commit comments

Comments
 (0)