diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b35329..1c10a84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: run: composer update --no-ansi --no-interaction --no-progress - name: Run tests with phpunit - run: vendor/bin/phpunit + run: vendor/bin/simple-phpunit