Skip to content

Commit

Permalink
split tests by timings for circleci [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
albertc5 committed May 15, 2018
1 parent 3380190 commit 7ce037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -47,7 +47,7 @@ jobs:

name: Run tests
command: |
circleci tests glob test/**/*_test.rb | circleci tests split | xargs -I{} docker-compose -f config/docker/compose.yml exec -T web bash -l -c 'cd /app ; bin/rails test --no-ci-clean {}'
circleci tests glob test/**/*_test.rb | circleci tests split --split-by=timings | xargs -I{} docker-compose -f config/docker/compose.yml exec -T web bash -l -c 'cd /app ; bin/rails test --no-ci-clean {}'
docker cp docker_web_1:/app/test/reports /tmp
- store_test_results:
path: /tmp/reports
Expand Down

0 comments on commit 7ce037a

Please sign in to comment.