We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6178b85 commit b1f6e16Copy full SHA for b1f6e16
.github/workflows/scripts/test_install
@@ -338,7 +338,7 @@ test_npm_install() {
338
echo 'Retry 1 of 1...' >&2
339
sleep 15s
340
echo 'Testing npm install (global via GitHub)...' >&2
341
- npm_install_global >> "$1" 2>&1
+ npm_install_global_github >> "$1" 2>&1
342
if [[ "$?" -ne 0 ]]; then
343
echo 'Installation (global via GitHub) failed.' >&2
344
return 1
0 commit comments