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

This commit is contained in:
André Menrath 2024-09-21 07:48:16 +02:00
parent 0dba6d1127
commit a084db60d1

View file

@ -44,7 +44,7 @@ jobs:
run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client run: sudo apt update && sudo apt -y upgrade && 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 localhost latest run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
- run: cat /tmp/wordpress-tests-lib/wp-tests-config.php - run: cat /tmp/wordpress-tests-lib/wp-tests-config.php