Cache gems in GitHub Actions

This commit is contained in:
Sami Samhuri 2026-02-07 21:17:06 -08:00
parent 6eec569358
commit 2bddd07bf8
No known key found for this signature in database

View file

@ -18,6 +18,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Bootstrap
run: bin/bootstrap
@ -36,6 +37,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Bootstrap
run: bin/bootstrap
@ -54,6 +56,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
- name: Bootstrap
run: bin/bootstrap