Skip to content

Commit

Permalink
run "yarn install"
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 18, 2019
1 parent 12ff54a commit 15603e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- run: bundle exec rake db:create
- run: bundle exec rake db:schema:load
- run: bundle exec rake app:sunspot:solr:start RAILS_ENV=test
- run: yarn install

# run tests!
- run:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_script:
- psql enju_biblio_dummy_test -c 'CREATE EXTENSION pgcrypto'
- bundle exec rake db:migrate
- bundle exec rake app:sunspot:solr:start
- yarn install
script:
- bundle exec rspec
after_script:
Expand Down

0 comments on commit 15603e1

Please sign in to comment.