Skip to content

Commit d7dea3a

Browse files
committed
rm bundle install
1 parent 3517998 commit d7dea3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
with:
1212
ruby-version: '3.0'
1313
bundler-cache: true
14-
- name: install gems
15-
run: |
16-
gem install bundler
17-
bundle install --jobs 4 --retry 3
1814
- run: bundle exec rubocop
1915
test:
2016
needs: lint
@@ -31,10 +27,6 @@ jobs:
3127
with:
3228
ruby-version: ${{ matrix.ruby }}
3329
bundler-cache: true
34-
- name: install gems
35-
run: |
36-
gem install bundler
37-
bundle install --jobs 4 --retry 3
3830
- name: test
3931
run: |
4032
bundle exec parallel_rspec spec/ -n 4 --only-group ${{ matrix.test-group }} --group-by runtime --runtime-log spec/fixtures/parallel_runtime_rspec.log

0 commit comments

Comments
 (0)