Skip to content

Commit

Permalink
Testing test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirk Wang committed Feb 7, 2025
1 parent c32bd0b commit 842a2d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
uses: actions/[email protected]
with:
path: vendor/bundle
key: ${{ matrix.ruby }}
key: ${{ runner.os }}-bundle-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-bundle-${{ matrix.ruby }}-
${{ runner.os }}-bundle-
- name: Setup Ruby
uses: ruby/[email protected]
Expand Down

0 comments on commit 842a2d5

Please sign in to comment.