Skip to content

Commit f1efa1d

Browse files
committed
wip
1 parent 248d70e commit f1efa1d

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
@@ -87,9 +87,9 @@ jobs:
8787
--path=wordpress \
8888
--skip-email \
8989
--allow-root
90-
wp user create author author@localhost --role=author --user_pass=author --path=wordpress
91-
wp user create editor editor@localhost --role=editor --user_pass=editor --path=wordpress
92-
wp user create subscriber subscriber@localhost --role=subscriber --user_pass=subscriber --path=wordpress
90+
wp user create author author@local.test --role=author --user_pass=author --path=wordpress
91+
wp user create editor editor@local.test --role=editor --user_pass=editor --path=wordpress
92+
wp user create subscriber subscriber@local.test --role=subscriber --user_pass=subscriber --path=wordpress
9393
9494
- name: Show current config values
9595
run: wp config list --path=wordpress --allow-root

0 commit comments

Comments
 (0)