Skip to content

Commit

Permalink
Merge pull request #9 from YusukeIwaki/circleci_change_rspec_format
Browse files Browse the repository at this point in the history
change RSpec output format in CircleCI
  • Loading branch information
YusukeIwaki authored Jul 19, 2020
2 parents 99bad54 + b9a22da commit 079fc8c
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 @@ -16,7 +16,7 @@ jobs:
DEBUG=1 bundle exec rspec --profile 10 \
--format RspecJunitFormatter \
--out test_results/rspec.xml \
--format progress
--format documentation
deploy:
docker:
Expand Down

0 comments on commit 079fc8c

Please sign in to comment.