Fix problems in unit tests where DB access was attempted before DB was ready #13

Merged
bustikiller merged 6 commits from fix/postgres-health-timeout into main 2024-07-30 22:48:30 +00:00
Showing only changes of commit 424a980e69 - Show all commits

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