Skip to content

Commit f175e4a

Browse files
committed
Add file proxy test to CI
1 parent 25e06df commit f175e4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jsroot-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/geomsvg.js
5757
node demo/node/selector.js
5858
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
5963
6064
tests_ubuntu:
6165
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)