Skip to content

Commit

Permalink
Create arduino_test_runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Aug 26, 2023
1 parent 131cefe commit e4ff858
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/arduino_test_runner.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e4ff858

Please sign in to comment.