test
This commit is contained in:
parent
97b62577ca
commit
b6b766a059
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ jobs:
|
||||||
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
|
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
|
||||||
|
|
||||||
- name: Unit Testing
|
- name: Unit Testing
|
||||||
run: phpunit
|
run: ./vendor/bin/phpunit
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: ${{ matrix.php-versions }}
|
PHP_VERSION: ${{ matrix.php-versions }}
|
||||||
|
|
Loading…
Reference in a new issue