You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/01/16 06:02:12 UTC

[incubator-echarts] branch master updated: ci: use zrender on GitHub master branch instead of npm for test (#12066)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 94cf93d  ci: use zrender on GitHub master branch instead of npm for test (#12066)
94cf93d is described below

commit 94cf93ddec9d78321e6188d657ab71bb86830b49
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jan 16 14:01:58 2020 +0800

    ci: use zrender on GitHub master branch instead of npm for test (#12066)
---
 .github/workflows/nodejs.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index ce447a4..0834a8f 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -21,6 +21,13 @@ jobs:
         run: |
           npm install
           npm install -g jshint
+          npm install git+https://github.com/ecomfe/zrender.git
+      - name: build zrender
+        run: |
+          cd node_modules/zrender
+          npm install
+          npm run prepublish
+          cd ../..
       - name: jshint
         run: |
           jshint


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