Skip to content

Do not update screen anymore when bounds reached for ItemProgress #77

Do not update screen anymore when bounds reached for ItemProgress

Do not update screen anymore when bounds reached for ItemProgress #77

Workflow file for this run

name: Arduino CI
on: [pull_request]
jobs:
arduino-unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- name: Run Unit Tests
run: |
bundle install
bundle exec ensure_arduino_installation.rb
git clone https://github.com/johnrickman/LiquidCrystal_I2C.git
mv LiquidCrystal_I2C $(bundle exec arduino_library_location.rb)
bundle exec arduino_ci.rb --skip-examples-compilation