File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 99 type : string
1010 docker :
1111 - image : ruby:<< parameters.ruby-version >>
12+ environment :
13+ BUNDLE_GEMFILE : gemfiles/<< parameters.gemfile >>.gemfile
1214 - image : cimg/postgres:11.16
1315 steps :
1416 - checkout
1517 - run : gem install bundler
1618 - run : bundle install
17- - run : bundle exec appraisal << parameters.gemfile >> bundle install
18- - run : bundle exec appraisal << parameters.gemfile >> rspec
19+ - run : bundle exec rspec
1920
2021workflows :
2122 test :
@@ -28,12 +29,12 @@ workflows:
2829 - ' 3.0'
2930 - ' 3.1'
3031 gemfile :
31- - rails-6 .0
32- - rails-6 .1
33- - rails-7 .0
34- - rails-main
32+ - rails_6 .0
33+ - rails_6 .1
34+ - rails_7 .0
35+ - rails_main
3536 exclude :
3637 - ruby-version : ' 3.0'
37- gemfile : rails-6 .0
38+ gemfile : rails_6 .0
3839 - ruby-version : ' 3.1'
39- gemfile : rails-6 .0
40+ gemfile : rails_6 .0
You can’t perform that action at this time.
0 commit comments