Skip to content

Commit 71d0a9f

Browse files
committed
fix: add missing --allow-root flag to wp user create commands
1 parent 2d566f0 commit 71d0a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
--path=/tmp/wp \
125125
--skip-email \
126126
--allow-root
127-
wp user create author [email protected] --role=author --user_pass=author --path=/tmp/wp
128-
wp user create editor [email protected] --role=editor --user_pass=editor --path=/tmp/wp
129-
wp user create subscriber [email protected] --role=subscriber --user_pass=subscriber --path=/tmp/wp
127+
wp user create author [email protected] --role=author --user_pass=author --path=/tmp/wp --allow-root
128+
wp user create editor [email protected] --role=editor --user_pass=editor --path=/tmp/wp --allow-root
129+
wp user create subscriber [email protected] --role=subscriber --user_pass=subscriber --path=/tmp/wp --allow-root
130130
131131
- name: Show current config values
132132
run: wp config list --path=/tmp/wp --allow-root

0 commit comments

Comments
 (0)