未验证 提交 6a9f86fd 编写于 作者: W Wenli Zhang 提交者: GitHub

Merge pull request #12848 from apache/ci

core(ci): only run unit test on master or release branch
......@@ -36,6 +36,14 @@ jobs:
npm run release
env:
CI: true
test:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release'
steps:
- name: unit test
run: |
npm run test
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册