Skip to content

Commit

Permalink
Merge pull request #5640 from Automattic/develop
Browse files Browse the repository at this point in the history
Staging release v20240611.1
  • Loading branch information
rebeccahum authored Jun 11, 2024
2 parents 4a33cd5 + 57abfd6 commit b7acb69
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 b7acb69

Please sign in to comment.