提交 d2e4b754 编写于 作者: A acgotaku

add PR check

上级 e0f3064f
......@@ -44,7 +44,7 @@ jobs:
- run:
name: check PR
command: |
if [[ -n $CIRCLE_PULL_REQUEST ]]; then
if [[ ! -z $CIRCLE_PULL_REQUEST ]]; then
npm run test
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册