Skip to content

Commit

Permalink
Merge pull request #5659 from Automattic/staging
Browse files Browse the repository at this point in the history
Production release v20240618.0
  • Loading branch information
rebeccahum authored Jun 18, 2024
2 parents 01fa056 + b7acb69 commit ba4458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/e2e/bin/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
vip dev-env destroy --slug=e2e-test-site || true

# Create and run test site
vip --slug=e2e-test-site dev-env create --title="E2E Testing site" --mu-plugins="${pluginPath}" --mailpit false --wordpress=trunk --multisite=false --app-code="${clientCodePath}" --php 8.0 --xdebug false --phpmyadmin false --elasticsearch true < /dev/null
vip --slug=e2e-test-site dev-env create --title="E2E Testing site" --mu-plugins="${pluginPath}" --mailpit false --wordpress=trunk --multisite=false --app-code="${clientCodePath}" --php 8.2 --xdebug false --phpmyadmin false --elasticsearch true < /dev/null
vip dev-env start --slug e2e-test-site --skip-wp-versions-check
vip dev-env shell --root --slug e2e-test-site -- chown -R www-data:www-data /wp
vip dev-env exec --slug e2e-test-site --quiet -- wp plugin install --activate classic-editor
Expand Down

0 comments on commit ba4458e

Please sign in to comment.