This commit is contained in:
Albert Yi
2018-05-11 17:05:44 -07:00
parent d171b1a2ea
commit ca61985bd9

View File

@@ -45,6 +45,9 @@ jobs:
- run:
name: Test splitting
command: |
curl -I public-api.secure.pixiv.net
curl -I oauth.secure.pixiv.net
curl -I www.pixiv.net
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 {}'
docker cp docker_web_1:/app/test/reports /tmp
- store_test_results: