File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ library_gemfile: &library_gemfile
3535 - " ./gemfiles/shoryuken_60.gemfile"
3636 - " ./gemfiles/mongo_216.gemfile"
3737 - " ./gemfiles/mongo_219.gemfile"
38+
3839executors :
3940 ruby_33_lint :
4041 docker :
@@ -88,6 +89,7 @@ executors:
8889 environment :
8990 POSTGRES_PASSWORD : ' test'
9091 POSTGRES_DB : ' ci_test'
92+
9193commands :
9294 setup :
9395 steps :
@@ -181,6 +183,7 @@ commands:
181183 name : Publish Gem
182184 command : |
183185 bundle exec rake release[origin]
186+
184187jobs :
185188 test_core :
186189 parameters :
@@ -190,7 +193,7 @@ jobs:
190193 ruby_version :
191194 type : string
192195 default : " 3.1"
193- executor :
196+ executor :
194197 name : <<parameters.stack>>
195198 ruby_version : <<parameters.ruby_version>>
196199 steps :
@@ -208,7 +211,7 @@ jobs:
208211 ruby_version :
209212 type : string
210213 default : " 3.1"
211- executor :
214+ executor :
212215 name : <<parameters.stack>>
213216 ruby_version : <<parameters.ruby_version>>
214217 environment :
@@ -235,13 +238,14 @@ jobs:
235238 - checkout
236239 # - run_sonarqube
237240 publish :
238- executor :
241+ executor :
239242 name : " base"
240243 ruby_version : " 3.4"
241244 steps :
242245 - checkout
243246 - setup
244247 - publish_gem
248+
245249workflows :
246250 publish :
247251 jobs :
You can’t perform that action at this time.
0 commit comments