Skip to content

Commit fde3324

Browse files
committed
Remove redundant bundle install in the usage examples
1 parent 59aafb8 commit fde3324

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
with:
6868
ruby-version: 2.6 # Not needed with a .ruby-version file
6969
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
70-
- run: bundle install
7170
- run: bundle exec rake
7271
```
7372
@@ -93,7 +92,6 @@ jobs:
9392
with:
9493
ruby-version: ${{ matrix.ruby }}
9594
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
96-
- run: bundle install
9795
- run: bundle exec rake
9896
```
9997

0 commit comments

Comments
 (0)