Skip to content

Commit cf5f266

Browse files
authored
Merge pull request #7 from CHIPAsia/fix/plugin_activation_test
Fix activation test error
2 parents 2de8f52 + ffeac49 commit cf5f266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-activation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
4747
chmod +x wp-cli.phar
4848
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
49+
wp config create --force --dbname=wordpress_test --dbuser=wordpress --dbpass=wordpress --dbhost=127.0.0.1 --path=/tmp/wordpress
5050
wp core install --url=http://localhost --title=test --admin_user=wzul [email protected] --path=/tmp/wordpress
5151
- name: Copy plugin to WordPress
5252
run: |

0 commit comments

Comments
 (0)