Skip to content

Commit

Permalink
CI: Don't bother with Arduino IDE
Browse files Browse the repository at this point in the history
We only care about PlatformIO.
  • Loading branch information
willmmiles committed Aug 4, 2024
1 parent 80b27c0 commit f4525c5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ on:
pull_request:

jobs:

build-arduino:
name: Arduino for ${{ matrix.board }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
board: [esp32, esp8266]
steps:
- uses: actions/checkout@v1
- name: Build Tests
run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 0 1

build-pio:
name: PlatformIO for ${{ matrix.board }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f4525c5

Please sign in to comment.