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 0c99be1 commit 2281be0Copy full SHA for 2281be0
.github/workflows/tests.yml
@@ -75,6 +75,7 @@ jobs:
75
76
- name: Install WordPress
77
run: |
78
+ cp wordpress/wp-config-sample.php wordpress/wp-config.php
79
wp config set DB_NAME "wordpress" --path=wordpress --allow-root
80
wp config set DB_USER "root" --path=wordpress --allow-root
81
wp config set DB_PASSWORD "root" --path=wordpress --allow-root
0 commit comments