From 98e7c36155201f5434d17b575716733f0b32c077 Mon Sep 17 00:00:00 2001 From: Paul Sealock Date: Fri, 12 Jul 2019 11:17:07 +1200 Subject: [PATCH] ls to see if json --- plugins/woocommerce-admin/bin/install-wp-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/woocommerce-admin/bin/install-wp-tests.sh b/plugins/woocommerce-admin/bin/install-wp-tests.sh index 3820e6d110a..d651ef4e0a1 100755 --- a/plugins/woocommerce-admin/bin/install-wp-tests.sh +++ b/plugins/woocommerce-admin/bin/install-wp-tests.sh @@ -182,6 +182,7 @@ install_deps() { git clone --depth 1 https://github.com/woocommerce/woocommerce.git cd "$WP_CORE_DIR" # Bring in WooCommerce Core dependencies + ls composer.json composer install php wp-cli.phar plugin activate woocommerce