diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f852d937..82673047 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: Setup PHPunit run: composer install -n - name: Run unit tests - run: phpunit --no-coverage + run: ../vendor/bin/phpunit --no-coverage working-directory: tst Mocha: runs-on: ubuntu-latest diff --git a/tst/phpunit.xml b/tst/phpunit.xml index cb5606b7..caaa67d7 100644 --- a/tst/phpunit.xml +++ b/tst/phpunit.xml @@ -13,7 +13,7 @@ - +