Skip to content

Commit

Permalink
adjusted bundle frozen configuration per deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
locks authored Jan 28, 2022
1 parent c40498b commit e8619e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Bundle install
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3 --frozen
bundle config set frozen 'true'
bundle install --jobs 4 --retry 3
- name: Set Up Database
run: bundle exec rails db:create db:schema:load
- name: Run specs
Expand Down

0 comments on commit e8619e5

Please sign in to comment.