mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Cache gems in GitHub Actions
This commit is contained in:
parent
6eec569358
commit
2bddd07bf8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue