Skip to content

Commit fbf214a

Browse files
authored
Merge pull request #56 from ruby/remove-unnecessary-bundle-install
Remove unnecessary `bundle install` on CI
2 parents 003a003 + 72b85d6 commit fbf214a

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)