diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbeb7b3..bc039ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: uses: php-actions/composer@v5 with: php_version: 7.3 + - run: ./vendor/bin/phpunit --migrate-configuration - name: PHPUnit tests uses: php-actions/phpunit@v2 with: