Skip to content

Commit 39d660b

Browse files
authored
Remove --without development from CI configuration (#968)
2 parents 3c72601 + d8a390b commit 39d660b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
bundle install --jobs 4 --without development
34+
bundle install --jobs 4
3535
3636
- name: Sus Tests
3737
run: bundle exec sus

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: |
40-
bundle install --jobs 4 --without development
40+
bundle install --jobs 4
4141
4242
- name: Generate coverage report
4343
run: |

0 commit comments

Comments
 (0)