Skip to content

Commit 8a244e9

Browse files
committed
👷 Use bundler cache in coverage workflow
1 parent 0631d3d commit 8a244e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ruby-version: "${{ matrix.ruby }}"
8282
rubygems: "${{ matrix.rubygems }}"
8383
bundler: "${{ matrix.bundler }}"
84-
bundler-cache: false
84+
bundler-cache: true
8585

8686
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
8787
# We need to do this first to get appraisal installed.

0 commit comments

Comments
 (0)