test
Some checks failed
/ test (push) Successful in 1s
Unit Testing / Run phpunit tests (pull_request) Has been cancelled

This commit is contained in:
André Menrath 2024-09-20 21:27:40 +02:00
parent 15b678243d
commit 65bdac1b71

View file

@ -52,7 +52,7 @@ jobs:
uses: "ramsey/composer-install@v1" uses: "ramsey/composer-install@v1"
- name: Install mysqladmin - name: Install mysqladmin
run: sudo apt-get update && sudo apt-get -y install mysql-client-core run: sudo apt update && 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 }}