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 Apr 23, 2021
1 parent 3e698b0 commit fc0bd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
with:
ruby-version: 2.6.3
- name: Install dependencies
run: bundle install
bundler: 2.1.4
bundler-cache: true
- name: Pull worker
run: bin/pull_worker.sh
- name: Run tests
Expand Down

0 comments on commit fc0bd53

Please sign in to comment.