Skip to content

Commit 9d4728e

Browse files
authored
Add the password to the WP creation script
1 parent 44c6807 commit 9d4728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
# Create directory for WP tests if it doesn’t exist
5050
mkdir -p "${WP_TESTS_DIR}"
51-
bash bin/install-wp-tests.sh wordpress_test root "" 127.0.0.1 "${WP_VERSION}"
51+
bash bin/install-wp-tests.sh wordpress_test root password 127.0.0.1 "${WP_VERSION}"
5252
5353
- name: Run PHPUnit tests
5454
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)