diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc23955..fc28ff2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - run: cp tests/config/database.ci.php tests/config/database.php - run: | PHPUNIT_FLAGS=$([ "${{ matrix.coverage }}" == "xdebug" ] && echo "--coverage-clover=coverage.xml" || echo "") - vendor/bin/phpunit tests/EloquentTest.php --filter testWithExpression$ + vendor/bin/phpunit tests/EloquentTest.php --filter testWithRecursiveExpression$ env: DATABASE: ${{ matrix.database }} MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}