Skip to content

Commit 3dd7d21

Browse files
authored
Update arduino_test_runner.yml
1 parent 04dbc01 commit 3dd7d21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/arduino_test_runner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: '3.1' # Or your preferred version
15+
ruby-version: '3.1'
1616

1717
- name: Install arduino_ci gem
1818
run: gem install arduino_ci
1919

20+
- name: Add Ruby Gems to PATH
21+
run: echo "$(ruby -e 'print Gem.bindir')" >> $GITHUB_PATH
22+
2023
- name: Run Arduino CI tests
2124
run: arduino_ci

0 commit comments

Comments
 (0)