Skip to content

Commit

Permalink
Try activate plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Jul 16, 2024
1 parent 1f47620 commit 8610b73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/plugin-check-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
> .wp-env.json
echo "{ \"core\": $WP_VERSION, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"https://downloads.wordpress.org/plugin/glotpress.latest-stable.zip\", \"$PLUGIN_DIR\", \"https://downloads.wordpress.org/plugin/plugin-check.latest-stable.zip\" ] }" >> .wp-env.json
npx wp plugin install https://downloads.wordpress.org/plugin/plugin-check.latest-stable.zip --activate
npx wp plugin install https://downloads.wordpress.org/plugin/glotpress.latest-stable.zip --activate
npx wp plugin install $PLUGIN_DIR --activate
shell: bash
env:
WP_VERSION: 'null'

0 comments on commit 8610b73

Please sign in to comment.