Skip to content

Commit 6725df6

Browse files
with integration
1 parent ca636d1 commit 6725df6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
run: |
6666
bundle config set without development
6767
${{ matrix.cfg.extra }}
68-
bundle install --jobs 4 --retry 3 --with integration
68+
bundle config set with integration
69+
bundle install --jobs 4 --retry 3
6970
7071
- name: Rubocop
7172
run: |

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ group :integration do
3737
# Pin due to an issue with FFI, Windows, and Facter. See FACT-3434
3838
gem 'ffi', '1.15.5'
3939
gem 'bigdecimal' '=1.4.4'
40-
gem 'nkf', '= 0.1.2'
40+
gem 'nkf', '=0.1.2'
4141

4242
end
4343

0 commit comments

Comments
 (0)