We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47be629 commit 9fb04b4Copy full SHA for 9fb04b4
.github/workflows/tests.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: ruby/setup-ruby@v1.196.0
18
with:
19
ruby-version: 3.3.4
20
+ bundler-cache: true
21
22
- name: Install dependencies
23
run: bundle install
0 commit comments