We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5dbb8 commit 743565eCopy full SHA for 743565e
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
bundle config set without development
67
${{ matrix.cfg.extra }}
68
- bundle install --jobs 4 --retry 3
+ bundle install --jobs 4 --retry 3 --with integration
69
70
- name: Rubocop
71
.github/workflows/nightly.yml
@@ -68,7 +68,7 @@ jobs:
72
73
74
0 commit comments