Skip to content

Commit c236947

Browse files
with integration
1 parent 0712bc0 commit c236947

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
ruby-version: ${{ matrix.cfg.ruby }}
6464
- name: Update rubygems and install gems
6565
run: |
66-
bundle config set without development
67-
${{ matrix.cfg.extra }}
6866
bundle config set with integration
67+
${{ matrix.cfg.extra }}
6968
bundle install --jobs 4 --retry 3
7069
7170
- name: Rubocop

0 commit comments

Comments
 (0)