test
Some checks failed
/ test (push) Successful in 1s
Unit Testing / phpunit (8.1) (pull_request) Failing after 3m54s
Unit Testing / phpunit (latest) (pull_request) Failing after 4m4s

This commit is contained in:
André Menrath 2024-09-20 20:51:02 +02:00
parent a8f06441bd
commit 658bd62af0

View file

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