Skip to content

Commit a0ed1eb

Browse files
committed
Test arduino help functionality in CI
1 parent a967a67 commit a0ed1eb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/linux.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
bundle install
4545
cd SampleProjects/TestSomething
4646
bundle install
47+
bundle exec arduino_ci.rb --help
4748
bundle exec arduino_ci.rb
4849
4950
NetworkLib:

.github/workflows/macos.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
bundle install
4545
cd SampleProjects/TestSomething
4646
bundle install
47+
bundle exec arduino_ci.rb --help
4748
bundle exec arduino_ci.rb
4849
4950
NetworkLib:

.github/workflows/windows.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
bundle install
4545
cd SampleProjects/TestSomething
4646
bundle install
47+
bundle exec arduino_ci.rb --help
4748
bundle exec arduino_ci.rb
4849
4950
NetworkLib:

0 commit comments

Comments
 (0)