Skip to content

Commit 0b757ba

Browse files
committed
Skip test gems group install in GitHub Actions workflow
We don't need them because we don't run the tests in that workflow.
1 parent f509e58 commit 0b757ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Gems
2525
run: |
2626
bundle config path vendor/bundle
27-
bundle install --jobs 4 --retry 3
27+
BUNDLE_WITHOUT=test bundle install --jobs 4 --retry 3
2828
2929
- name: Run Danger
3030
run: bundle exec danger

0 commit comments

Comments
 (0)