Skip to content

Commit

Permalink
ci: use zrender on GitHub master branch instead of npm for test (#12066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia authored Jan 16, 2020
1 parent ab84293 commit 94cf93d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94cf93d

Please sign in to comment.