mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Use db:test:load instead of db:test:prepare in CI to avoid conflicts between branches
This commit is contained in:
@@ -11,8 +11,8 @@ fi
|
||||
echo "--- Bundling"
|
||||
bundle install
|
||||
|
||||
echo "--- Preparing test database"
|
||||
bundle exec rake db:test:prepare
|
||||
echo "--- Loading test database"
|
||||
bundle exec rake db:test:load
|
||||
|
||||
echo "--- Running tests"
|
||||
bundle exec rspec spec --format progress
|
||||
|
||||
Reference in New Issue
Block a user