Skip to content

Commit

Permalink
Update setup-wordpress-env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Dec 16, 2024
1 parent 247803f commit a50e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/files/setup-wordpress-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for PLUGIN in projects/plugins/*/composer.json; do
NAME="$(basename "$DIR")"

echo "::group::Installing plugin $NAME into WordPress"
if [[ $NAME != 'jetpack' ]]; then
if [[ $NAME != 'jetpack' || $NAME != 'wpcomsh' ]]; then
continue;
fi

Expand Down

0 comments on commit a50e3f7

Please sign in to comment.