Skip to content

Commit

Permalink
change RSpec output format in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Jul 19, 2020
1 parent 99bad54 commit b9a22da
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 b9a22da

Please sign in to comment.