Skip to content

Commit

Permalink
explicitly migrate the test DB, also in old shell jobs
Browse files Browse the repository at this point in the history
Fixes: f7ed43f
  • Loading branch information
evgeni authored and ekohl committed Nov 7, 2024
1 parent 52ff4ba commit 7f22c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/scripts/test/test_develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm install --no-audit --legacy-peer-deps

# Create DB first in development as migrate behaviour can change
bundle exec rake db:drop >/dev/null 2>/dev/null || true
bundle exec rake db:create db:migrate --trace
bundle exec rake db:create db:migrate --trace RAILS_ENV=test

bundle exec rake pkg:generate_source jenkins:unit jenkins:integration TESTOPTS="-v" --trace

Expand Down

0 comments on commit 7f22c86

Please sign in to comment.