From ee19600488fd89168b3f1eb115d9882b3dfe38ff Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Mon, 1 Jan 2024 21:11:54 +0100 Subject: [PATCH] Arduino CI --- .github/workflows/arduino_test_runner.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/arduino_test_runner.yml diff --git a/.github/workflows/arduino_test_runner.yml b/.github/workflows/arduino_test_runner.yml new file mode 100644 index 0000000..fadfa90 --- /dev/null +++ b/.github/workflows/arduino_test_runner.yml @@ -0,0 +1,17 @@ +--- +name: Arduino CI + +on: [push, pull_request] + +jobs: + runTest: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.6 + - run: | + gem install arduino_ci + arduino_ci.rb