hide forum votes if the request is not pending

This commit is contained in:
Albert Yi
2018-05-11 17:05:26 -07:00
parent b31166a5e2
commit 9310b39fda
7 changed files with 54 additions and 6 deletions

View File

@@ -45,6 +45,9 @@ jobs:
- run:
name: Test splitting
command: |
ping -c 5 public-api.secure.pixiv.net
ping -c 5 oauth.secure.pixiv.net
ping -c 5 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: