From 689d66dae39a480b12d773d18da8422beedf4f5a Mon Sep 17 00:00:00 2001 From: Gerhard Date: Sun, 14 Jul 2019 17:01:38 +0200 Subject: [PATCH] npm install, debugging info --- tests/bin/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bin/install.sh b/tests/bin/install.sh index ae0cc9222df..d2c2aa113a6 100755 --- a/tests/bin/install.sh +++ b/tests/bin/install.sh @@ -214,6 +214,7 @@ PHP mkdir $WC_PLUGIN_DIR echo "COPYING CHECKED OUT BRANCH TO $WC_PLUGIN_DIR" cp -R "$TRAVIS_BUILD_DIR" "$WP_CORE_DIR/wp-content/plugins/woocommerce/" + ls "$WP_CORE_DIR/wp-content/plugins/woocommerce/" echo "ACTIVATING WooCommerce PLUGIN" php wp-cli.phar plugin activate woocommerce echo "RUNNING WooCommerce UPDATE ROUTINE" @@ -222,6 +223,7 @@ PHP # Compile assets echo "COMPILING ASSETS IN $WC_PLUGIN_DIR" cd $WC_PLUGIN_DIR + npm install grunt e2e-build cd "$WORKING_DIR"