Adding db:migrate step to tests; adding two new versions of Ruby to test against
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-12 20:29:57 -04:00
parent ad391c84a4
commit eac833fd6d

View File

@@ -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: