Skip to content

Commit

Permalink
Add step in Actions: bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Nov 17, 2023
1 parent af98427 commit adc780c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scheduler_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
# bundler-cache: true
#ruby-version: 3.2 # Not necessary if .ruby-version is given

- name: 🧪 Install Ruby gems
run: |
bundle install --jobs 4 --retry 3
- name: 📊 Update dojo stats of Japan
run: |
./update_profile.rb
Expand Down

0 comments on commit adc780c

Please sign in to comment.