Skip to content

Commit

Permalink
update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 13, 2019
1 parent bf8d7ca commit 7ba7f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
key: v1-dependencies-{{ checksum "Gemfile.lock" }}

# Database setup
- run: bundle exec appraisal update
- run:
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: bundle exec rake db:create
Expand All @@ -56,7 +57,7 @@ jobs:
mkdir /tmp/test-results
TEST_FILES="$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)"
bundle exec rspec --format progress \
bundle exec appraisal rspec --format progress \
--format RspecJunitFormatter \
--out /tmp/test-results/rspec.xml \
--format progress \
Expand Down

0 comments on commit 7ba7f06

Please sign in to comment.