Skip to content

Commit 743565e

Browse files
with integration
1 parent 2b5dbb8 commit 743565e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
bundle config set without development
7070
${{ matrix.cfg.extra }}
71-
bundle install --jobs 4 --retry 3
71+
bundle install --jobs 4 --retry 3 --with integration
7272
7373
- name: Rubocop
7474
run: |

0 commit comments

Comments
 (0)