diff --git a/.circleci/config.yml b/.circleci/config.yml index cabbd2605..080e5b329 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: