Skip to content

Commit

Permalink
Use the vendor phpunit executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahe committed Jun 13, 2024
1 parent 4be7dca commit 4426cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug #optional, setup coverage driver
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
tools: psalm, phpcbf, phpcs

- name: Install all depenencies
run: composer update
Expand All @@ -39,4 +39,4 @@ jobs:
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true

- name: phpunit tests
run: phpunit
run: ./vendor/bin/phpunit

0 comments on commit 4426cfa

Please sign in to comment.