Skip to content

Commit

Permalink
Use specific gemfile for caching bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDaugherty committed Nov 3, 2020
1 parent f528291 commit 1293919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-gemfile-${{ matrix.gemfile }}-${{ hashFiles('gemfiles/*.gemfile') }}
key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-gemfile-${{ matrix.gemfile }}-${{ hashFiles(format('gemfiles/{0}.gemfile', matrix.gemfile) }}
restore-keys: |
${{ runner.os }}-ruby-${{ matrix.ruby }}-gemfile-${{ matrix.gemfile }}
${{ runner.os }}-ruby-${{ matrix.ruby }}
Expand Down

0 comments on commit 1293919

Please sign in to comment.