Skip to content

Commit

Permalink
Use bundler cache for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julián Berbel Alt committed Mar 30, 2021
1 parent e84aa52 commit ef77b5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
with:
ruby-version: 2.6.3
bundler: 2.1.4
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Load schema
run: bundle exec rake db:schema:load
- name: Run tests
Expand Down

0 comments on commit ef77b5c

Please sign in to comment.