Skip to content

Commit

Permalink
Be sure GLA is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed May 9, 2024
1 parent 0c41e33 commit eb50e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/bin/test-env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ wp-env run tests-cli wp theme activate twentytwentytwo
echo -e 'Install WooCommerce \n'
wp-env run tests-cli -- wp plugin install woocommerce --activate

echo -e 'Activate Google Listings and Ads \n'
wp-env run tests-cli -- wp plugin activate google-listings-and-ads

echo -e 'Update URL structure \n'
wp-env run tests-cli -- wp rewrite structure '/%postname%/' --hard

Expand Down

0 comments on commit eb50e5d

Please sign in to comment.