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 44c6807 commit 9d4728eCopy full SHA for 9d4728e
.github/workflows/spio.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
# Create directory for WP tests if it doesn’t exist
50
mkdir -p "${WP_TESTS_DIR}"
51
- bash bin/install-wp-tests.sh wordpress_test root "" 127.0.0.1 "${WP_VERSION}"
+ bash bin/install-wp-tests.sh wordpress_test root password 127.0.0.1 "${WP_VERSION}"
52
53
- name: Run PHPUnit tests
54
run: vendor/bin/phpunit
0 commit comments