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 05:42:46 UTC

[incubator-echarts] branch ci created (now 585ea4e)

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

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


      at 585ea4e  ci: use zrender on GitHub master branch instead of npm for test

This branch includes the following new commits:

     new 585ea4e  ci: use zrender on GitHub master branch instead of npm for test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-echarts] 01/01: ci: use zrender on GitHub master branch instead of npm for test

Posted by ov...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 585ea4e5250fce75a9609c2d13ae8344a6b069d3
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jan 16 13:41:34 2020 +0800

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

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index ce447a4..1c6a703 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -21,6 +21,7 @@ jobs:
         run: |
           npm install
           npm install -g jshint
+          npm install git+ssh://git@github.com:ecomfe/zrender.git
       - name: jshint
         run: |
           jshint


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