Remove redundant creation of db
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 3m18s

This commit is contained in:
Manuel Bustillo 2024-07-30 21:37:22 +02:00
parent 0d82ef3d40
commit 424a980e69

View File

@ -35,7 +35,7 @@ jobs:
echo "Trying again"
done
- run: |
bundle exec rake db:create db:schema:load
bundle exec rake db:schema:load
bundle exec rspec
env:
RAILS_ENV: test