Skip to content

Commit

Permalink
Remove bundle-install option: --jobs 4 --retry 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Nov 17, 2023
1 parent 081cc61 commit 224337a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .bundle/config

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/scheduler_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: 🧪 Install Ruby gems
run: |
bundle install --jobs 4 --retry 3
bundle install
- name: 📊 Update dojo stats of Japan
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:

- name: 🧪 Install gems
run: |
bundle config set with 'test'
bundle config set path 'vendor/bundle'
bundle install
- name: 🔧 Build
Expand Down

0 comments on commit 224337a

Please sign in to comment.