Skip to content

Commit 383775f

Browse files
committed
Simplify bundler cache on CI
1 parent 4ebbfea commit 383775f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,7 @@ jobs:
3535
uses: "ruby/setup-ruby@v1"
3636
with:
3737
ruby-version: "${{ matrix.ruby }}"
38-
39-
- name: "Generate lockfile"
40-
run: |
41-
bundle config path vendor/bundle
42-
bundle lock
43-
44-
- name: "Cache Ruby dependencies"
45-
uses: "actions/cache@v4"
46-
with:
47-
path: "vendor/bundle"
48-
key: bundle-${{ hashFiles('Gemfile.lock') }}
38+
bundler-cache: true
4939

5040
- name: "Install Webdriver"
5141
run: |

0 commit comments

Comments
 (0)