Skip to content

Commit f4525c5

Browse files
committed
CI: Don't bother with Arduino IDE
We only care about PlatformIO.
1 parent 80b27c0 commit f4525c5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,6 @@ on:
99
pull_request:
1010

1111
jobs:
12-
13-
build-arduino:
14-
name: Arduino for ${{ matrix.board }} on ${{ matrix.os }}
15-
runs-on: ${{ matrix.os }}
16-
strategy:
17-
matrix:
18-
os: [ubuntu-latest, windows-latest, macOS-latest]
19-
board: [esp32, esp8266]
20-
steps:
21-
- uses: actions/checkout@v1
22-
- name: Build Tests
23-
run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 0 1
24-
2512
build-pio:
2613
name: PlatformIO for ${{ matrix.board }} on ${{ matrix.os }}
2714
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)