You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2019/12/11 13:16:55 UTC

[incubator-echarts] branch ut-ci updated: chore(ci): add unit test to ci

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch ut-ci
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/ut-ci by this push:
     new 78ba154  chore(ci): add unit test to ci
78ba154 is described below

commit 78ba1544f6147027db2a188d1e48dd951c6e8b50
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Dec 11 21:16:33 2019 +0800

    chore(ci): add unit test to ci
---
 .github/workflows/nodejs.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 6f7512c..ce447a4 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -24,8 +24,11 @@ jobs:
       - name: jshint
         run: |
           jshint
-      - name: build
+      - name: build release
         run: |
-          node build/build.js
+          npm run release
         env:
           CI: true
+      - name: unit test
+        run: |
+          npm run test


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org