test
Some checks failed
/ test (push) Waiting to run
Unit Testing / Run phpunit tests (pull_request) Has been cancelled

This commit is contained in:
André Menrath 2024-09-20 21:08:12 +02:00
parent 4aaa8d87cd
commit 9230f40f13

View file

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