From 98726adc517148a9e0e0a8b0454c01a2531006e7 Mon Sep 17 00:00:00 2001 From: pedro-mendonca Date: Tue, 16 Jul 2024 10:41:47 +0100 Subject: [PATCH] Install dependency --- .github/workflows/plugin-check-local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-check-local.yml b/.github/workflows/plugin-check-local.yml index 1d05255..7dd4ec6 100644 --- a/.github/workflows/plugin-check-local.yml +++ b/.github/workflows/plugin-check-local.yml @@ -87,7 +87,7 @@ jobs: run: | touch .wp-env.json > .wp-env.json - echo "{ \"core\": $WP_VERSION, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"$PLUGIN_DIR\", \"https://downloads.wordpress.org/plugin/plugin-check.latest-stable.zip\" ] }" >> .wp-env.json + echo "{ \"core\": $WP_VERSION, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"$PLUGIN_DIR\", \"https://downloads.wordpress.org/plugin/plugin-check.latest-stable.zip\", \"https://downloads.wordpress.org/plugin/glotpress.latest-stable.zip\" ] }" >> .wp-env.json npm -g --no-fund i @wordpress/env wp-env start --update