Fixing unit tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-08-12 21:30:17 -04:00
parent 96b746822c
commit 519955e57a

View File

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