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 2bf491b commit 75ca7d5Copy full SHA for 75ca7d5
.github/workflows/tests.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Install WordPress
77
run: |
78
- rm wordpress/wp-config.php
+ rm -f wordpress/wp-config.php
79
wp config create \
80
--dbname="$WP_DB_NAME" \
81
--dbuser="$WP_DB_USER" \
0 commit comments