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