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