We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde61a commit af313c4Copy full SHA for af313c4
.github/workflows/jsroot-ci.yml
@@ -52,9 +52,9 @@ jobs:
52
run: |
53
cd demo/node; npm install; cd ../..
54
xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/makesvg.js
55
- xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/geomsvg.js
56
node demo/node/tree_dump.js
57
node demo/node/tree_draw.js
+ xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/geomsvg.js
58
node demo/node/tree_selector.js
59
node demo/node/tree_staged.js
60
xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/make_image.js demo/node/
0 commit comments