Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Use db:schema:load for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritchlow authored and lsitu committed Aug 6, 2018
1 parent 88ee7ea commit 1e7ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
command: docker-compose -f docker/ci/docker-compose.yml up -d
- run:
name: Setup Database
command: bundle exec rake db:create db:migrate
command: bundle exec rake db:create db:schema:load
- run:
name: Run Test Suite
command: COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundle exec rspec

0 comments on commit 1e7ecea

Please sign in to comment.