test
Some checks failed
/ test (push) Successful in 0s
Unit Testing / phpunit (8.1) (pull_request) Failing after 4m3s
Unit Testing / phpunit (latest) (pull_request) Failing after 3m53s

This commit is contained in:
André Menrath 2024-09-20 20:58:46 +02:00
parent 658bd62af0
commit 69108e3f26

View file

@ -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 }}