updates to circleci config

This commit is contained in:
Albert Yi
2018-05-11 12:59:15 -07:00
parent e1ded76c19
commit f273c8070a

View File

@@ -44,8 +44,8 @@ jobs:
- run:
name: Run tests
command: |
docker-compose -f config/docker/compose.yml exec web bash -c 'curl -o /usr/bin/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci && chmod +x /usr/bin/circleci'
docker-compose -f config/docker/compose.yml exec web bash -c 'circleci tests glob "test/**/*_test.rb" | circleci tests split | xargs bin/rails test'
docker-compose -f config/docker/compose.yml exec web bash -c 'curl -o /tmp/circleci https://circle-downloads.s3.amazonaws.com/releases/build_agent_wrapper/circleci && chmod +x /tmp/circleci'
docker-compose -f config/docker/compose.yml exec web bash -c '/tmp/circleci tests glob "test/**/*_test.rb" | /tmp/circleci tests split | xargs bin/rails test'
- store_test_results:
path: test/reports
- run: