We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2de8f52 + ffeac49 commit cf5f266Copy full SHA for cf5f266
.github/workflows/plugin-activation.yml
@@ -46,7 +46,7 @@ jobs:
46
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
47
chmod +x wp-cli.phar
48
sudo mv wp-cli.phar /usr/local/bin/wp
49
- # wp config create --dbname=wordpress_test --dbuser=wordpress --dbpass=wordpress --dbhost=127.0.0.1 --path=/tmp/wordpress
+ wp config create --force --dbname=wordpress_test --dbuser=wordpress --dbpass=wordpress --dbhost=127.0.0.1 --path=/tmp/wordpress
50
wp core install --url=http://localhost --title=test --admin_user=wzul [email protected] --path=/tmp/wordpress
51
- name: Copy plugin to WordPress
52
run: |
0 commit comments