Use rake db:test:prepare for setting up test db on CI

This commit is contained in:
Alex Basson 2021-09-10 10:48:28 -04:00
parent 0f111fb45f
commit 7a3fe86e6f

View file

@ -38,7 +38,6 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Create DB
run: |
bin/rails db:prepare
run: bundle exec rake db:test:prepare
- name: Run tests
run: bundle exec rake