提交 c42c4213 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

use safe-test inside docker

上级 b17cc7f6
......@@ -28,7 +28,7 @@ jobs:
./script/docker.sh build
- run:
name: Testing
command: ./script/safe-test.sh
command: ./script/docker.sh test
- deploy:
name: Deploy Wechaty Image to Docker Hub
command: |
......
......@@ -259,7 +259,8 @@ function main() {
;;
test)
WECHATY_LOG=silent npm run test:unit
# WECHATY_LOG=silent npm run test:unit
WECHATY_LOG=silent ./script/safe-test.sh
;;
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册