Skip to content

Commit

Permalink
Merge pull request #82 from tildeio/locks-patch-1
Browse files Browse the repository at this point in the history
adjusted bundle frozen configuration per deprecation warning
  • Loading branch information
locks authored Feb 2, 2022
2 parents c40498b + e8619e5 commit fb96d07
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 fb96d07

Please sign in to comment.