Adding db:migrate step to tests; adding two new versions of Ruby to test against
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -8,9 +8,25 @@ pipeline:
|
|||||||
- 'rake test:rubocop'
|
- 'rake test:rubocop'
|
||||||
|
|
||||||
test_ruby34:
|
test_ruby34:
|
||||||
|
group: tests
|
||||||
image: ruby:3.4
|
image: ruby:3.4
|
||||||
commands:
|
commands:
|
||||||
- 'bundle config set --local path "vendor/bundle"'
|
- 'bundle config set --local path "vendor/bundle"'
|
||||||
|
- 'rake db:migrate'
|
||||||
|
- 'rake test:unit'
|
||||||
|
test_ruby33:
|
||||||
|
group: tests
|
||||||
|
image: ruby:3.3
|
||||||
|
commands:
|
||||||
|
- 'bundle config set --local path "vendor/bundle"'
|
||||||
|
- 'rake db:migrate'
|
||||||
|
- 'rake test:unit'
|
||||||
|
test_ruby32:
|
||||||
|
group: tests
|
||||||
|
image: ruby:3.2
|
||||||
|
commands:
|
||||||
|
- 'bundle config set --local path "vendor/bundle"'
|
||||||
|
- 'rake db:migrate'
|
||||||
- 'rake test:unit'
|
- 'rake test:unit'
|
||||||
|
|
||||||
gitea_release:
|
gitea_release:
|
||||||
|
Reference in New Issue
Block a user