Skip to content

Commit

Permalink
Retry with different order
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Jul 16, 2024
1 parent 8610b73 commit c35b2ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/plugin-check-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ 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
npm -g --no-fund i @wordpress/env
wp-env start --update
shell: bash
env:
WP_VERSION: 'null'

0 comments on commit c35b2ee

Please sign in to comment.