update phpunit workflow
This commit is contained in:
parent
3d689713ad
commit
4ed94f5d60
1 changed files with 8 additions and 8 deletions
|
@ -29,13 +29,13 @@ jobs:
|
||||||
tools: composer, phpunit-polyfills
|
tools: composer, phpunit-polyfills
|
||||||
extensions: mysql
|
extensions: mysql
|
||||||
|
|
||||||
# - name: Install Composer dependencies for PHP
|
- name: Install Composer dependencies for PHP
|
||||||
# uses: "ramsey/composer-install@v1"
|
uses: "ramsey/composer-install@v1"
|
||||||
|
|
||||||
# - 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 127.0.0.1 ${{ matrix.wp-version }}
|
||||||
|
|
||||||
# - name: Unit Testing
|
- name: Unit Testing
|
||||||
# run: ./vendor/bin/phpunit
|
run: ./vendor/bin/phpunit
|
||||||
# env:
|
env:
|
||||||
# PHP_VERSION: ${{ matrix.php-versions }}
|
PHP_VERSION: ${{ matrix.php-versions }}
|
||||||
|
|
Loading…
Reference in a new issue