File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 62
62
node-version : 12
63
63
64
64
- name : Setup MongoDB
65
- uses : supercharge/mongodb-github-action@1.3 .0
65
+ uses : supercharge/mongodb-github-action@1.7 .0
66
66
with :
67
- mongodb-version : 4.4
67
+ mongodb-version : 5.0.8
68
+ mongodb-replica-set : test-rs
68
69
69
70
- name : Setup Redis
70
71
run : ./install-redis.sh
Original file line number Diff line number Diff line change @@ -107,9 +107,12 @@ object Build extends BuildDef {
107
107
params = Map (" node-version" -> " 12" )
108
108
),
109
109
WorkflowStep .Use (
110
- " supercharge" , " mongodb-github-action" , " 1.3 .0" ,
110
+ " supercharge" , " mongodb-github-action" , " 1.7 .0" ,
111
111
name = Some (" Setup MongoDB" ),
112
- params = Map (" mongodb-version" -> " 4.4" )
112
+ params = Map (
113
+ " mongodb-version" -> " 5.0.8" ,
114
+ " mongodb-replica-set" -> " test-rs" ,
115
+ )
113
116
),
114
117
WorkflowStep .Run (
115
118
List (" ./install-redis.sh" ),
You can’t perform that action at this time.
0 commit comments