wip
This commit is contained in:
@@ -45,6 +45,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Test splitting
|
name: Test splitting
|
||||||
command: |
|
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 {}'
|
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
|
docker cp docker_web_1:/app/test/reports /tmp
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
|
|||||||
Reference in New Issue
Block a user