This commit is contained in:
@@ -3,6 +3,7 @@ pipeline:
|
||||
group: tests
|
||||
image: ruby:3.4
|
||||
commands:
|
||||
- 'gem install rake'
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'bundle install'
|
||||
- 'rake db:migrate'
|
||||
@@ -11,6 +12,7 @@ pipeline:
|
||||
group: tests
|
||||
image: ruby:3.3
|
||||
commands:
|
||||
- 'gem install rake'
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'bundle install'
|
||||
- 'rake db:migrate'
|
||||
@@ -19,6 +21,7 @@ pipeline:
|
||||
group: tests
|
||||
image: ruby:3.2
|
||||
commands:
|
||||
- 'gem install rake'
|
||||
- 'bundle config set --local path "vendor/bundle"'
|
||||
- 'bundle install'
|
||||
- 'rake db:migrate'
|
||||
|
Reference in New Issue
Block a user