Skip to content

Commit

Permalink
Test sqlite config
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Jul 29, 2019
1 parent 46d60a6 commit d939be9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- checkout

- run:
name: install sqlite3
command: sudo apt-get update && sudo apt-get install -y libsqlite3-dev

- samvera/bundle:
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
Expand All @@ -26,6 +30,10 @@ jobs:

- samvera/install_solr_core

- run:
name: install sqlite3
command: bundle exec rake db:migrate

- samvera/parallel_rspec

workflows:
Expand Down

0 comments on commit d939be9

Please sign in to comment.