From a5121d16cc6a38060e620affcaa21e65a0b723be Mon Sep 17 00:00:00 2001 From: "Trent M. Wyatt" Date: Sat, 17 May 2025 12:09:59 -0500 Subject: [PATCH] Fix Arduino CI workflow --- .github/workflows/arduino_test_runner.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/arduino_test_runner.yml b/.github/workflows/arduino_test_runner.yml index a7eb5f4..1278ca9 100644 --- a/.github/workflows/arduino_test_runner.yml +++ b/.github/workflows/arduino_test_runner.yml @@ -3,14 +3,19 @@ name: Minimal Arduino CI Test on: push: branches: [ main ] + pull_request: jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.1' # Or your preferred version - name: Install arduino_ci gem run: gem install arduino_ci + + - name: Run Arduino CI tests + run: arduino_ci