Fix problems in unit tests where DB access was attempted before DB was ready #13
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user