diff --git a/.circleci/config.yml b/.circleci/config.yml index 19af4dc60fc60f2c2e375a8df9188c47b5b64a92..374540069636fc5a31a23a925e6dc882cad9ca45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,13 +28,7 @@ jobs: ./script/docker.sh build - run: name: Testing - command: | - n=0 - ./script/docker.sh test - while ((n < 3 && $? > 0)); do - ((n++)) - ./script/docker.sh test - done + command: ./script/safe-test.sh - deploy: name: Deploy Wechaty Image to Docker Hub command: |