We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407f598 commit b9f72faCopy full SHA for b9f72fa
.github/workflows/tests.yml
@@ -129,6 +129,7 @@ jobs:
129
wp user create author author@local.test --role=author --user_pass=author --path=/tmp/wp
130
wp user create editor editor@local.test --role=editor --user_pass=editor --path=/tmp/wp
131
wp user create subscriber subscriber@local.test --role=subscriber --user_pass=subscriber --path=/tmp/wp
132
+ mkdir public
133
134
- name: Show current config values
135
run: wp config list --path=/tmp/wp --allow-root
0 commit comments