test
Some checks failed
/ test (push) Successful in 0s
Unit Testing / Run phpunit tests (pull_request) Failing after 9m2s

This commit is contained in:
André Menrath 2024-09-20 21:55:36 +02:00
parent 8834129a0b
commit eb16b3173e

View file

@ -47,7 +47,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 127.0.0.1 ${{ matrix.wp-version }} run: bash bin/install-wp-tests.sh wordpress_test root root mysql ${{ matrix.wp-version }}
- name: Unit Testing - name: Unit Testing
run: ./vendor/bin/phpunit run: ./vendor/bin/phpunit