Skip to content

Commit 72b85d6

Browse files
committed
Remove unnecessary bundle install on CI
Bundler cache would already run `bundle install` on CI if the there's an dependency change. So manually running `bundle install` is unnecessary.
1 parent 003a003 commit 72b85d6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
2828
bundler-cache: true
29-
- run: bundle install
3029
- run: bundle exec rake test
3130

3231
test-rbs-versions:
@@ -44,7 +43,6 @@ jobs:
4443
with:
4544
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.latest) }}
4645
bundler-cache: true
47-
- run: bundle install
4846
- run: bundle exec rake test
4947

5048
test-prism-versions:
@@ -62,5 +60,4 @@ jobs:
6260
with:
6361
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.latest) }}
6462
bundler-cache: true
65-
- run: bundle install
6663
- run: bundle exec rake test

0 commit comments

Comments
 (0)