diff --git a/.github/workflows/jsroot-ci.yml b/.github/workflows/jsroot-ci.yml index 682fdcceb..e6a394eda 100644 --- a/.github/workflows/jsroot-ci.yml +++ b/.github/workflows/jsroot-ci.yml @@ -62,7 +62,7 @@ jobs: node demo/node/file_proxy.js promise ./hsimple.root node demo/node/file_proxy.js multi ./hsimple.root node demo/node/file_proxy.js buffer ./hsimple.root - node demo/node/rntuple.js + node demo/node/buffer_test.js tests_ubuntu: runs-on: ubuntu-latest @@ -175,7 +175,7 @@ jobs: node demo/node/file_proxy.js promise ./hsimple.root node demo/node/file_proxy.js multi ./hsimple.root node demo/node/file_proxy.js buffer ./hsimple.root - node demo/node/rntuple.js + node demo/node/buffer_test.js build-windows: runs-on: windows-latest @@ -222,5 +222,5 @@ jobs: node demo/node/file_proxy.js promise ./hsimple.root node demo/node/file_proxy.js multi ./hsimple.root node demo/node/file_proxy.js buffer ./hsimple.root - node demo/node/rntuple.js + node demo/node/buffer_test.js diff --git a/demo/node/rntuple.js b/demo/node/buffer_test.js similarity index 100% rename from demo/node/rntuple.js rename to demo/node/buffer_test.js