Changing woodpecker config to create the DB right before tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-20 22:57:04 -04:00
parent 619c122769
commit 85749a4616

View File

@@ -7,7 +7,6 @@ steps:
- gem install rake
- bundle config set --local path "vendor/bundle"
- bundle install
- rake db:migrate
test_ruby34:
image: ruby:3.4
@@ -16,6 +15,7 @@ steps:
commands:
- gem install rake
- bundle config set --local path "vendor/bundle"
- rake db:migrate
- rake test:unit
group: tests