Skip to content

Commit add5c91

Browse files
authored
Update arduino_test_runner.yml
1 parent e150601 commit add5c91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/arduino_test_runner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cat Gemfile
2929

3030
- name: Install dependencies
31-
run: bundle install
31+
run: bundle check || bundle install
3232
shell: bash
3333

3434
- name: Verify arduino_ci installation
@@ -38,3 +38,4 @@ jobs:
3838
- name: Run Arduino CI tests
3939
run: bundle exec arduino_ci
4040
shell: bash
41+

0 commit comments

Comments
 (0)