diff --git a/.github/workflows/arduino_test_runner.yml b/.github/workflows/arduino_test_runner.yml index 4d9fc4b..75a9b82 100644 --- a/.github/workflows/arduino_test_runner.yml +++ b/.github/workflows/arduino_test_runner.yml @@ -36,8 +36,4 @@ jobs: - name: Install Arduino CI run: | - gem install arduino_ci -v 1.5.0 - - - name: Run Arduino CI Tests - run: | - arduino_ci.rb \ No newline at end of file + gem install arduino_ci -v 1.5.0 \ No newline at end of file