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 - name: Install dependencies
run: bundle install run: bundle install
- name: Create DB - name: Create DB
run: | run: bundle exec rake db:test:prepare
bin/rails db:prepare
- name: Run tests - name: Run tests
run: bundle exec rake run: bundle exec rake