Skip to content

Commit ee61f7b

Browse files
committed
build.sh: run melting-pot script directly
1 parent 6535f56 commit ee61f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -f "~/.cache/scijava/melting-pot" ]; then
1313
fi
1414

1515
# run melting-pot
16-
sh tests/run.sh
16+
tests/run.sh
1717

1818
# Record the last time of cache modification after running melting-pot
1919
if [ -f "~/.cache/scijava/melting-pot" ]; then

0 commit comments

Comments
 (0)