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.
1 parent 76166a8 commit 248d70eCopy full SHA for 248d70e
.github/workflows/tests.yml
@@ -87,9 +87,9 @@ jobs:
87
--path=wordpress \
88
--skip-email \
89
--allow-root
90
- wp user create author author@localhost --role=author --user_pass=author
91
- wp user create editor editor@localhost --role=editor --user_pass=editor
92
- wp user create subscriber subscriber@localhost --role=subscriber --user_pass=subscriber
+ wp user create author author@localhost --role=author --user_pass=author --path=wordpress
+ wp user create editor editor@localhost --role=editor --user_pass=editor --path=wordpress
+ wp user create subscriber subscriber@localhost --role=subscriber --user_pass=subscriber --path=wordpress
93
94
- name: Show current config values
95
run: wp config list --path=wordpress --allow-root
0 commit comments