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

pull/1/head
Alex Basson 4 years ago
parent 0f111fb45f
commit 7a3fe86e6f

@ -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

Loading…
Cancel
Save