未验证 提交 caf3e127 编写于 作者: O owen-m1 提交者: GitHub

Fix CircleCI for PRs

上级 9a9abcfd
......@@ -20,7 +20,12 @@ jobs:
- run: npm run build:umd
- run: npm run test:compat
- run:
name: Compatibility Test
command: |
if [ -z "$CIRCLE_PR_NUMBER" ]; then
npm run test:compat
fi
- run: npm run test
- store_test_results:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册