ci: use localhost for database not 127.0.0.1
Some checks failed
Unit Testing / phpunit (7.2) (push) Waiting to run
Unit Testing / phpunit (7.3) (push) Waiting to run
Unit Testing / phpunit (7.4) (push) Waiting to run
Unit Testing / phpunit (8.0) (push) Waiting to run
Unit Testing / phpunit (8.1) (push) Waiting to run
Unit Testing / phpunit (8.2) (push) Waiting to run
Unit Testing / phpunit (latest) (push) Waiting to run
PHP_CodeSniffer / phpcs (push) Successful in 3m56s
Unit Testing / phpunit (5.6, 6.2) (push) Failing after 4m44s
Unit Testing / phpunit (7.0) (push) Has been cancelled

This commit is contained in:
André Menrath 2023-12-04 22:00:29 +01:00
parent ca94476a1d
commit 33eb3afca5

View file

@ -36,7 +36,7 @@ jobs:
uses: "ramsey/composer-install@v1"
- 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 localhost ${{ matrix.wp-version }}
- name: Unit Testing
run: ./vendor/bin/phpunit