Skip to content

Commit ed212a2

Browse files
committed
Try not bundling explicitly
1 parent 97babdb commit ed212a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ jobs:
8080
uses: ruby/setup-ruby@v1
8181
with:
8282
ruby-version: ${{ matrix.ruby }}
83-
- name: Bundle
84-
run: |
85-
gem update --system
86-
gem install bundler
87-
bundle install --jobs 4 --retry 3
8883
env:
8984
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.rb
9085

0 commit comments

Comments
 (0)