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 25e06df commit f175e4aCopy full SHA for f175e4a
.github/workflows/jsroot-ci.yml
@@ -56,6 +56,10 @@ jobs:
56
xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/geomsvg.js
57
node demo/node/selector.js
58
cd demo/node; xvfb-run -s "-ac -screen 0 1280x1024x24" node make_image.js
59
+ wget https://root.cern/js/files/hsimple.root
60
+ node demo/node/file_proxy.js sync ./hsimple.root
61
+ node demo/node/file_proxy.js promise ./hsimple.root
62
+ node demo/node/file_proxy.js buffer ./hsimple.root
63
64
tests_ubuntu:
65
runs-on: ubuntu-latest
0 commit comments