Skip to content

Commit 9fb04b4

Browse files
committed
cache bundler gems on successful workflow run
1 parent 47be629 commit 9fb04b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: ruby/setup-ruby@v1.196.0
1818
with:
1919
ruby-version: 3.3.4
20+
bundler-cache: true
2021

2122
- name: Install dependencies
2223
run: bundle install

0 commit comments

Comments
 (0)