mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Only cache on latest ruby version run?
This commit is contained in:
parent
09869b9b0e
commit
03b6fd5ea2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-ruby.yml
vendored
1
.github/workflows/test-ruby.yml
vendored
|
@ -138,6 +138,7 @@ jobs:
|
||||||
bin/flatware fan bin/rails db:test:prepare
|
bin/flatware fan bin/rails db:test:prepare
|
||||||
|
|
||||||
- name: Cache RSpec persistence file
|
- name: Cache RSpec persistence file
|
||||||
|
if: matrix.ruby-version == '.ruby-version'
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue