File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 68
68
- { ruby: "3.1", gemfile: 'mongoid_8', mongodb: "7.0" }
69
69
- { ruby: "3.1", gemfile: 'mongoid_9', mongodb: "7.0" }
70
70
steps :
71
+ - name : Cache Gems
72
+ uses : actions/cache@v3
73
+ with :
74
+ path : vendor/bundle
75
+ key : ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
76
+ restore-keys : |
77
+ ${{ runner.os }}-gem-
71
78
- name : Set up MongoDB ${{ matrix.entry.mongodb }}
72
79
uses : supercharge/mongodb-github-action@1.8.0
73
80
with :
Original file line number Diff line number Diff line change 1
1
### 1.1.0 (Next)
2
2
* Your contribution here.
3
+ * [ #20 ] ( https://github.com/mongoid/mongoid-compatibility/pull/20 ) : Add gem caching to CI - [ @saisrinivasan ] ( https://github.com/SairamSrinivasan ) .
3
4
4
5
### 1.0.0 (2024/06/19)
5
6
You can’t perform that action at this time.
0 commit comments