forgejo_runner #26
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: "ramsey/composer-install@v1"
|
||||
|
||||
- name: Install mysqladmin
|
||||
run: apt install mysql-client-core
|
||||
run: apt update && apt-get -y 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