Skip to content

Commit 6227ea1

Browse files
committed
bundle install works well by default; for example, it runs in parallel based on the num of available processors
https://bundler.io/v2.7/man/bundle-install.1.html
1 parent c961d5c commit 6227ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
bundler-cache: true
2121

2222
- name: Install dependencies
23-
run: bundle install --jobs 4 --retry 3
23+
run: bundle install
2424

2525
- name: Run news:fetch task
2626
run: bin/rails news:fetch

0 commit comments

Comments
 (0)