Skip to content

Commit b1f6e16

Browse files
committed
Fix command
1 parent 6178b85 commit b1f6e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/test_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ test_npm_install() {
338338
echo 'Retry 1 of 1...' >&2
339339
sleep 15s
340340
echo 'Testing npm install (global via GitHub)...' >&2
341-
npm_install_global >> "$1" 2>&1
341+
npm_install_global_github >> "$1" 2>&1
342342
if [[ "$?" -ne 0 ]]; then
343343
echo 'Installation (global via GitHub) failed.' >&2
344344
return 1

0 commit comments

Comments
 (0)