Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasalbarello committed Sep 16, 2021
1 parent dd2a89d commit 41c5eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -44,14 +44,14 @@ runs:
- name: Cache Ruby Gems
uses: actions/cache@v2
with:
path: vendor/bundle
path: ${{ github.action_path }}
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Bundle Install
run: |
bundle config path vendor/bundle
bundle config path ${{ github.action_path }}
bundle install --jobs 4 --retry 3
shell: bash

Expand Down

0 comments on commit 41c5eba

Please sign in to comment.