Skip to content

Commit af313c4

Browse files
committed
Change order of tests
1 parent acde61a commit af313c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jsroot-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
run: |
5353
cd demo/node; npm install; cd ../..
5454
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
5655
node demo/node/tree_dump.js
5756
node demo/node/tree_draw.js
57+
xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/geomsvg.js
5858
node demo/node/tree_selector.js
5959
node demo/node/tree_staged.js
6060
xvfb-run -s "-ac -screen 0 1280x1024x24" node demo/node/make_image.js demo/node/

0 commit comments

Comments
 (0)