test
This commit is contained in:
parent
a8f06441bd
commit
658bd62af0
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ jobs:
|
|||
- name: Install Composer dependencies for PHP
|
||||
uses: "ramsey/composer-install@v1"
|
||||
|
||||
- name: Install mysqladmin
|
||||
run: apt install mysql-client-core
|
||||
|
||||
- name: Setup Test Environment
|
||||
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue