test
This commit is contained in:
parent
65bdac1b71
commit
20d965ba27
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ jobs:
|
||||||
uses: "ramsey/composer-install@v1"
|
uses: "ramsey/composer-install@v1"
|
||||||
|
|
||||||
- name: Install mysqladmin
|
- name: Install mysqladmin
|
||||||
run: sudo apt update && sudo apt -y install mysql-client
|
run: sudo apt update && sudo apt upgrade && sudo apt -y install mysql-client
|
||||||
|
|
||||||
- name: Setup Test Environment
|
- name: Setup Test Environment
|
||||||
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}
|
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}
|
||||||
|
|
Loading…
Reference in a new issue